changeset 517:6ba5e1f00a02

Fix crc version
author Lewin Bormann <lbo@spheniscida.de>
date Wed, 19 Feb 2020 16:26:51 +0100
parents 9add47982f33
children faabff9f6320
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Wed Feb 19 16:23:58 2020 +0100
+++ b/Cargo.toml	Wed Feb 19 16:26:51 2020 +0100
@@ -11,7 +11,7 @@
 publish = true
 
 [dependencies]
-crc = "1.0"
+crc = "1.8"
 integer-encoding = "1.0"
 libc = "0.2"
 rand = "0.7"