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.
1 parent 6fc8234 commit e4dda5aCopy full SHA for e4dda5a
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "postgres_range"
3
-version = "0.9.1"
+version = "0.10.0"
4
authors = ["Steven Fackler <sfackler@gmail.com>"]
5
edition = "2018"
6
license = "MIT"
@@ -17,4 +17,4 @@ postgres-types = "0.1"
17
chrono-04 = { version = "0.4", package = "chrono", optional = true }
18
19
[dev-dependencies]
20
-postgres = { version = "0.17" }
+postgres = "0.17"
0 commit comments