Skip to content

Commit 910f8e0

Browse files
committed
Update byteorder version
1 parent 02b0937 commit 910f8e0

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.8.1/postg
1010
[dependencies]
1111
time = "0.1"
1212
postgres = "0.11"
13-
byteorder = ">= 0.3, < 0.5"
13+
byteorder = "0.5"
1414

1515
[dev-dependencies]
1616
postgres = { version = "0.11", features = ["time"] }

0 commit comments

Comments
 (0)