Skip to content

Commit fec3b9d

Browse files
Leouarzmarkopoloparadox
authored andcommitted
update polkadot sdk deps
1 parent cfceb72 commit fec3b9d

File tree

2 files changed

+44
-44
lines changed

2 files changed

+44
-44
lines changed

Cargo.lock

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ bounded-collections = { version = "0.2", default-features = false }
99
scale-info = { version = "2", default-features = false, features = ["derive"] }
1010

1111
# Polkadot SDK
12-
binary-merkle-tree = { git = "https://github.com/availproject/polkadot-sdk", tag = "polkadot-1.7.1-patch-10", default-features = false }
13-
sp-arithmetic = { git = "https://github.com/availproject/polkadot-sdk", tag = "polkadot-1.7.1-patch-10", default-features = false }
14-
sp-std = { git = "https://github.com/availproject/polkadot-sdk", tag = "polkadot-1.7.1-patch-10", default-features = false }
15-
sp-trie = { git = "https://github.com/availproject/polkadot-sdk", tag = "polkadot-1.7.1-patch-10", default-features = false }
16-
sp-runtime = { git = "https://github.com/availproject/polkadot-sdk", tag = "polkadot-1.7.1-patch-10", default-features = false }
17-
frame-support = { git = "https://github.com/availproject/polkadot-sdk", tag = "polkadot-1.7.1-patch-10", default-features = false }
18-
sp-runtime-interface = { git = "https://github.com/availproject/polkadot-sdk", tag = "polkadot-1.7.1-patch-10", default-features = false }
19-
sp-storage = { git = "https://github.com/availproject/polkadot-sdk.git", tag = "polkadot-1.7.1-patch-10", default-features = false }
20-
sp-debug-derive = { git = "https://github.com/availproject/polkadot-sdk.git", tag = "polkadot-1.7.1-patch-10", default-features = false }
12+
binary-merkle-tree = { git = "https://github.com/availproject/polkadot-sdk", branch = "fusion-mvp", default-features = false }
13+
sp-arithmetic = { git = "https://github.com/availproject/polkadot-sdk", branch = "fusion-mvp", default-features = false }
14+
sp-std = { git = "https://github.com/availproject/polkadot-sdk", branch = "fusion-mvp", default-features = false }
15+
sp-trie = { git = "https://github.com/availproject/polkadot-sdk", branch = "fusion-mvp", default-features = false }
16+
sp-runtime = { git = "https://github.com/availproject/polkadot-sdk", branch = "fusion-mvp", default-features = false }
17+
frame-support = { git = "https://github.com/availproject/polkadot-sdk", branch = "fusion-mvp", default-features = false }
18+
sp-runtime-interface = { git = "https://github.com/availproject/polkadot-sdk", branch = "fusion-mvp", default-features = false }
19+
sp-storage = { git = "https://github.com/availproject/polkadot-sdk.git", branch = "fusion-mvp", default-features = false }
20+
sp-debug-derive = { git = "https://github.com/availproject/polkadot-sdk.git", branch = "fusion-mvp", default-features = false }
2121

2222
primitive-types = { version = "0.12.2", default-features = false, features = ["codec", "scale-info"] }
2323

@@ -63,7 +63,7 @@ nalgebra = { version = "0.32.2", default-features = false }
6363
ethabi-decode = { git = "https://github.com/Snowfork/ethabi-decode.git", branch = "master", default-features = false }
6464

6565
[patch."https://github.com/paritytech/polkadot-sdk"]
66-
sp-crypto-ec-utils = { git = "https://github.com/availproject/polkadot-sdk", tag = "polkadot-1.7.1-patch-10" }
66+
sp-crypto-ec-utils = { git = "https://github.com/availproject/polkadot-sdk", branch = "fusion-mvp" }
6767

6868
[profile.dev.package]
6969
nalgebra = { opt-level = 3 }

0 commit comments

Comments
 (0)