Skip to content

Commit 7127d87

Browse files
committed
Bump byteorder requirement to 1.3.0
1.3.0 is the first version that performs auto detection of i128 support, which we rely on.
1 parent e057916 commit 7127d87

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
@@ -17,7 +17,7 @@ license = "MIT"
1717
description = "A binary serialization / deserialization strategy that uses Serde for transforming structs into bytes and vice versa!"
1818

1919
[dependencies]
20-
byteorder = "1.2.0"
20+
byteorder = "1.3.0"
2121
serde = "1.0.63"
2222

2323
[dev-dependencies]

0 commit comments

Comments
 (0)