[triehash] publish 0.3.0-beta

This commit is contained in:
David Palm 2018-09-27 17:57:25 +01:00
parent 84d83b9d71
commit 07abd83c33
1 changed files with 3 additions and 3 deletions

View File

@ -1,14 +1,14 @@
[package]
name = "triehash"
version = "0.3.0"
version = "0.3.0-beta.0"
authors = ["Parity Technologies <admin@parity.io>"]
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" }