Skip to content

Commit

Permalink
đź“ť Update docs about supported types.
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGariepy committed Apr 16, 2022
1 parent 70af00c commit 3ec15ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cornucopia"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
license = "MIT"
description = "Generate type checked Rust from your SQL"
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ Cornucopia actually generates two versions of your queries, one that accepts a r
| `json` | `serde_json::Value` |
| `jsonb` | `serde_json::Value` |
| `uuid` | `uuid::Uuid` |
| `inet` | `std::net::IpAddr` |
| `macaddr` | `eui48::MacAddress` |


## License
Expand Down

0 comments on commit 3ec15ca

Please sign in to comment.