diff --git a/Cargo.toml b/Cargo.toml index c3c4907..82575ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ exclude = [ "res/*", "spec/*" ] [dependencies] parity-wasm = "0.23" byteorder = "1.0" -memory_units = { git = "https://github.com/pepyakin/memory_units.git", rev = "e09093e" } +memory_units = "0.3.0" [dev-dependencies] wabt = "0.2.0"