diff --git a/triehash/Cargo.toml b/triehash/Cargo.toml index be50218..252fb8d 100644 --- a/triehash/Cargo.toml +++ b/triehash/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "triehash" -version = "0.3.0" +version = "0.3.0-beta.0" authors = ["Parity Technologies "] description = "In-memory patricia trie operations" repository = "https://github.com/paritytech/parity-common" license = "GPL-3.0" [dependencies] -hashdb = { version = "0.3", path = "../hashdb", default-features = false } -rlp = { version = "0.3", path = "../rlp", default-features = false } +hashdb = { version = "0.3.0-beta", path = "../hashdb", default-features = false } +rlp = { version = "0.3.0-beta", path = "../rlp", default-features = false } [dev-dependencies] trie-standardmap = { version = "0.1", path = "../trie-standardmap" }