Skip to content

Commit dead937

Browse files
committed
point to polkadot-sdk deps
1 parent 8ddf7d0 commit dead937

File tree

14 files changed

+2952
-2122
lines changed

14 files changed

+2952
-2122
lines changed

subxt/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ wasm-bindgen-test = "0.3.24"
7272
which = "4.4.0"
7373

7474
# Substrate crates:
75-
sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.43" }
76-
sp-core-hashing = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.43" }
77-
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
78-
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
79-
sp-version = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
75+
sp-core = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.2.0" }
76+
sp-core-hashing = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.2.0" }
77+
sp-keyring = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
78+
sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
79+
sp-version = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
8080

8181
# Subxt workspace crates:
8282
subxt = { version = "0.29.0", path = "subxt" }

0 commit comments

Comments
 (0)