diff --git a/ethbloom/Cargo.toml b/ethbloom/Cargo.toml index 14d7934..6858a3d 100644 --- a/ethbloom/Cargo.toml +++ b/ethbloom/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/paritytech/primitives" tiny-keccak = "1.4" crunchy = { version = "0.2.1", default-features = false, features = ["limit_256"] } rustc-hex = { version = "2.0" } -fixed-hash = { version = "0.3.0-beta.2", default_features = false } +fixed-hash = { version = "0.3.0", default_features = false } ethereum-types-serialize = { version = "0.2.1", path = "../serialize", optional = true } serde = { version = "1.0", optional = true }