Skip to content

Commit 97d83ee

Browse files
dm0-roypat
authored andcommitted
Cargo.toml: Update crc64 to 2.0.0
The 2.0.0 release (currently the latest major version) fixes unsafe conversions that produced incorrect results on non-little-endian platforms. Signed-off-by: David Michael <[email protected]>
1 parent 3385d79 commit 97d83ee

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
@@ -14,7 +14,7 @@ serde = "1.0.27"
1414
serde_derive = "1.0.27"
1515
bincode = "1.2.1"
1616
versionize_derive = "0.1.4"
17-
crc64 = "1.0.0"
17+
crc64 = "2.0.0"
1818
vmm-sys-util = "0.11.0"
1919

2020
[build-dependencies]

0 commit comments

Comments
 (0)