From 07abd83c33e276b0ad624dc64e4da5c8d020aff3 Mon Sep 17 00:00:00 2001 From: David Palm Date: Thu, 27 Sep 2018 17:57:25 +0100 Subject: [PATCH] [triehash] publish 0.3.0-beta --- triehash/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" }