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 760b9e2 commit cd0c68fCopy full SHA for cd0c68f
Cargo.toml
@@ -10,7 +10,7 @@ documentation = "https://sfackler.github.io/rust-postgres-range/doc/v0.7.3/postg
10
[dependencies]
11
time = "0.1"
12
postgres = ">= 0.9, < 0.11"
13
-byteorder = "0.3"
+byteorder = ">= 0.3, < 0.5"
14
15
[dev-dependencies.postgres]
16
features = ["time"]
0 commit comments