@@ -66,7 +66,13 @@ serde_json = { version = "1.0.116", default-features = false }
6666serde_with = { version = " =2.0.0" , default-features = false }
6767smallvec = " 1.13.2"
6868litep2p = { 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+ ] }
7076quote = " 1"
7177proc-macro2 = { version = " 1" , features = [" span-locations" ] }
7278walkdir = " 2"
@@ -76,7 +82,7 @@ subtensor-macros = { path = "support/macros" }
7682frame-benchmarking = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " v1.10.0-rc3" , default-features = false }
7783frame-benchmarking-cli = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " v1.10.0-rc3" }
7884frame-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 }
8086frame-support = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " v1.10.0-rc3" , default-features = false }
8187frame-system = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " v1.10.0-rc3" , default-features = false }
8288frame-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
145151sp-weights = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " v1.10.0-rc3" , default-features = false }
146152
147153substrate-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" }
149155substrate-frame-rpc-system = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " v1.10.0-rc3" }
150156substrate-wasm-builder = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " v1.10.0-rc3" }
151157frame-metadata = " 16"
0 commit comments