Skip to content

Commit

Permalink
Bump contract-metadata
Browse files Browse the repository at this point in the history
Fixes some inconsistent errors between Clippy and `rustc`
  • Loading branch information
HCastano committed Jan 21, 2023
1 parent 229c4c2 commit 4dd4a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/e2e/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ink = { version = "4.0.0-beta", path = "../ink" }
ink_env = { version = "4.0.0-beta", path = "../env" }
ink_primitives = { version = "4.0.0-beta", path = "../primitives" }

contract-metadata = { version = "2.0.0-beta.1" }
contract-metadata = { version = "2.0.0-rc" }
impl-serde = { version = "0.3.1", default-features = false }
jsonrpsee = { version = "0.16.0", features = ["ws-client"] }
serde = { version = "1.0.137", default-features = false, features = ["derive"] }
Expand Down

0 comments on commit 4dd4a3f

Please sign in to comment.