Skip to content

Commit 2fc1e3c

Browse files
authored
Merge pull request #741 from opentensor/feat/substrate_fixed
chore: use forked substrate fixed
2 parents 42fdebf + ff87b7b commit 2fc1e3c

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,13 @@ serde_json = { version = "1.0.116", default-features = false }
6666
serde_with = { version = "=2.0.0", default-features = false }
6767
smallvec = "1.13.2"
6868
litep2p = { git = "https://github.com/paritytech/litep2p", branch = "master" }
69-
syn = { version = "2", features = ["full", "visit-mut", "visit", "extra-traits", "parsing"] }
69+
syn = { version = "2", features = [
70+
"full",
71+
"visit-mut",
72+
"visit",
73+
"extra-traits",
74+
"parsing",
75+
] }
7076
quote = "1"
7177
proc-macro2 = { version = "1", features = ["span-locations"] }
7278
walkdir = "2"
@@ -76,7 +82,7 @@ subtensor-macros = { path = "support/macros" }
7682
frame-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "v1.10.0-rc3", default-features = false }
7783
frame-benchmarking-cli = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "v1.10.0-rc3" }
7884
frame-executive = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "v1.10.0-rc3", default-features = false }
79-
frame-metadata-hash-extension = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "v1.10.0-rc3" , default-features = false }
85+
frame-metadata-hash-extension = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "v1.10.0-rc3", default-features = false }
8086
frame-support = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "v1.10.0-rc3", default-features = false }
8187
frame-system = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "v1.10.0-rc3", default-features = false }
8288
frame-system-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "v1.10.0-rc3", default-features = false }
@@ -145,7 +151,7 @@ sp-version = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "v1
145151
sp-weights = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "v1.10.0-rc3", default-features = false }
146152

147153
substrate-build-script-utils = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "v1.10.0-rc3" }
148-
substrate-fixed = { git = "https://github.com/encointer/substrate-fixed.git", tag = "v0.5.9" }
154+
substrate-fixed = { git = "https://github.com/opentensor/substrate-fixed.git", tag = "v0.5.9" }
149155
substrate-frame-rpc-system = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "v1.10.0-rc3" }
150156
substrate-wasm-builder = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "v1.10.0-rc3" }
151157
frame-metadata = "16"

0 commit comments

Comments
 (0)