Skip to content

Commit cd0c68f

Browse files
committed
Support byteorder 0.4
1 parent 760b9e2 commit cd0c68f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ documentation = "https://sfackler.github.io/rust-postgres-range/doc/v0.7.3/postg
1010
[dependencies]
1111
time = "0.1"
1212
postgres = ">= 0.9, < 0.11"
13-
byteorder = "0.3"
13+
byteorder = ">= 0.3, < 0.5"
1414

1515
[dev-dependencies.postgres]
1616
features = ["time"]

0 commit comments

Comments
 (0)