We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4dda5a + aca63eb commit 33ac7f7Copy full SHA for 33ac7f7
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "postgres_range"
3
-version = "0.10.0"
+version = "0.11.0"
4
authors = ["Steven Fackler <sfackler@gmail.com>"]
5
edition = "2018"
6
license = "MIT"
@@ -12,8 +12,8 @@ documentation = "https://sfackler.github.io/rust-postgres-range/doc/v0.9.0/postg
12
with-chrono-0_4 = ["chrono-04", "postgres-types/with-chrono-0_4"]
13
14
[dependencies]
15
-postgres-protocol = "0.5"
16
-postgres-types = "0.1"
+postgres-protocol = "0.6"
+postgres-types = "0.2"
17
chrono-04 = { version = "0.4", package = "chrono", optional = true }
18
19
[dev-dependencies]
0 commit comments