replaced unsigned-varint with interger-encoding add some internal varint encoding implementations
Showing
... | ... | @@ -21,7 +21,7 @@ rand = "0.7" |
fs2 = "0.4" | ||
data-encoding = "2.1" | ||
crc= "1.0" | ||
unsigned-varint = "0.4" | ||
integer-encoding = "1.1" | ||
[dev-dependencies] | ||
serde = "1.0" | ||
... | ... |
Please register or sign in to comment