changeset 104:407bde4c0a6e

Depend on integer-encoding 1.0
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 09 Oct 2016 16:22:46 +0200
parents cced335dd54d
children caebfb52b1eb
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Sun Oct 02 20:45:11 2016 +0200
+++ b/Cargo.toml	Sun Oct 09 16:22:46 2016 +0200
@@ -5,6 +5,6 @@
 
 [dependencies]
 crc = "1.2"
-integer-encoding = "0.12.0"
+integer-encoding = "1.0"
 libc = "0.2"
 rand = "0.3"