Correct implementation of memcmp

This commit is contained in:
Gav
2018-01-29 17:19:56 +01:00
parent 1e0b133841
commit c8c0879f3d
10 changed files with 18 additions and 14 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ byteorder = "1.1"
rustc-hex = "1.0.0"
native-runtime = { path = "../native-runtime", version = "0.1" }
runtime-std = { path = "../native-runtime/std", version = "0.1" }
memcmp = { version = "0.0.6" }
libc = { version = "0.2.33" }
[dev-dependencies]
assert_matches = "1.1"