We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea8dce commit 019ad69Copy full SHA for 019ad69
crates/primitives/Cargo.toml
@@ -21,7 +21,7 @@ alloy-rlp = { workspace = true, features = ["derive"] }
21
scale = { workspace = true, features = ["max-encoded-len"] }
22
scale-decode = { workspace = true, features = ["derive"] }
23
scale-encode = { workspace = true, features = ["derive"], optional = true }
24
-pallet-revive-uapi.workspace = true
+pallet-revive-uapi = { workspace = true }
25
primitive-types = { version = "0.13.1", default-features = false, features = ["codec"]}
26
scale-info = { workspace = true, features = ["derive"], optional = true }
27
xxhash-rust = { workspace = true, features = ["const_xxh32"] }
0 commit comments