Skip to content

Commit a0ad1be

Browse files
committed
fix cargo check
1 parent 1602173 commit a0ad1be

File tree

4 files changed

+546
-10
lines changed

4 files changed

+546
-10
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,8 +632,8 @@ aes-gcm = { version = "0.10" }
632632
ahash = { version = "0.8.2" }
633633
alloy-consensus = { version = "1.0.41", default-features = false }
634634
alloy-core = { version = "1.2.1", default-features = false }
635-
alloy-trie = { version = "0.9.1", default-features = false }
636635
alloy-primitives = { version = "1.2.1", default-features = false }
636+
alloy-trie = { version = "0.9.1", default-features = false }
637637
always-assert = { version = "0.1" }
638638
anyhow = { version = "1.0.81", default-features = false }
639639
approx = { version = "0.5.1" }

substrate/frame/revive/rpc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ sp-core.workspace = true
4848
sp-crypto-hashing.workspace = true
4949
sp-rpc.default-features = true
5050
sp-rpc.workspace = true
51-
sp-timestamp.default-features = true
52-
sp-timestamp.workspace = true
5351
sp-runtime.default-features = true
5452
sp-runtime.workspace = true
53+
sp-timestamp.default-features = true
54+
sp-timestamp.workspace = true
5555
sp-weights.default-features = true
5656
sp-weights.workspace = true
5757
sqlx = { workspace = true, features = ["macros", "runtime-tokio", "sqlite"] }

substrate/primitives/runtime/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ default = ["std"]
5757
std = [
5858
"binary-merkle-tree/std",
5959
"codec/std",
60+
"either/std",
6061
"either/use_std",
6162
"hash256-std-hasher/std",
6263
"log/std",

0 commit comments

Comments
 (0)