@@ -17,22 +17,22 @@ members = [
1717]
1818resolver = " 2"
1919
20- [patch .crates-io ]
21- frame-benchmarking = { git = " https://github.com/paritytech/substrate.git" , rev = " 5a94966e91fcd20d5a7981ae8186090221d8f096" }
22- frame-support = { git = " https://github.com/paritytech/substrate.git" , rev = " 5a94966e91fcd20d5a7981ae8186090221d8f096" }
23- frame-system = { git = " https://github.com/paritytech/substrate.git" , rev = " 5a94966e91fcd20d5a7981ae8186090221d8f096" }
24- pallet-balances = { git = " https://github.com/paritytech/substrate.git" , rev = " 5a94966e91fcd20d5a7981ae8186090221d8f096" }
25- pallet-elections-phragmen = { git = " https://github.com/paritytech/substrate.git" , rev = " 5a94966e91fcd20d5a7981ae8186090221d8f096" }
26- pallet-scheduler = { git = " https://github.com/paritytech/substrate.git" , rev = " 5a94966e91fcd20d5a7981ae8186090221d8f096" }
27- pallet-treasury = { git = " https://github.com/paritytech/substrate.git" , rev = " 5a94966e91fcd20d5a7981ae8186090221d8f096" }
28- sp-api = { git = " https://github.com/paritytech/substrate.git" , rev = " 5a94966e91fcd20d5a7981ae8186090221d8f096" }
29- sp-application-crypto = { git = " https://github.com/paritytech/substrate.git" , rev = " 5a94966e91fcd20d5a7981ae8186090221d8f096" }
30- sp-arithmetic = { git = " https://github.com/paritytech/substrate.git" , rev = " 5a94966e91fcd20d5a7981ae8186090221d8f096" }
31- sp-core = { git = " https://github.com/paritytech/substrate.git" , rev = " 5a94966e91fcd20d5a7981ae8186090221d8f096" }
32- sp-inherents = { git = " https://github.com/paritytech/substrate.git" , rev = " 5a94966e91fcd20d5a7981ae8186090221d8f096" }
33- sp-io = { git = " https://github.com/paritytech/substrate.git" , rev = " 5a94966e91fcd20d5a7981ae8186090221d8f096" }
34- sp-runtime = { git = " https://github.com/paritytech/substrate.git" , rev = " 5a94966e91fcd20d5a7981ae8186090221d8f096" }
35- sp-runtime-interface = { git = " https://github.com/paritytech/substrate.git" , rev = " 5a94966e91fcd20d5a7981ae8186090221d8f096" }
36- sp-std = { git = " https://github.com/paritytech/substrate.git" , rev = " 5a94966e91fcd20d5a7981ae8186090221d8f096" }
37- sp-trie = { git = " https://github.com/paritytech/substrate.git" , rev = " 5a94966e91fcd20d5a7981ae8186090221d8f096" }
38- sp-version = { git = " https://github.com/paritytech/substrate.git" , rev = " 5a94966e91fcd20d5a7981ae8186090221d8f096" }
20+ # [patch.crates-io]
21+ # frame-benchmarking = { git = "https://github.com/paritytech/substrate.git", rev = "5a94966e91fcd20d5a7981ae8186090221d8f096" }
22+ # frame-support = { git = "https://github.com/paritytech/substrate.git", rev = "5a94966e91fcd20d5a7981ae8186090221d8f096" }
23+ # frame-system = { git = "https://github.com/paritytech/substrate.git", rev = "5a94966e91fcd20d5a7981ae8186090221d8f096" }
24+ # pallet-balances = { git = "https://github.com/paritytech/substrate.git", rev = "5a94966e91fcd20d5a7981ae8186090221d8f096" }
25+ # pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate.git", rev = "5a94966e91fcd20d5a7981ae8186090221d8f096" }
26+ # pallet-scheduler = { git = "https://github.com/paritytech/substrate.git", rev = "5a94966e91fcd20d5a7981ae8186090221d8f096" }
27+ # pallet-treasury = { git = "https://github.com/paritytech/substrate.git", rev = "5a94966e91fcd20d5a7981ae8186090221d8f096" }
28+ # sp-api = { git = "https://github.com/paritytech/substrate.git", rev = "5a94966e91fcd20d5a7981ae8186090221d8f096" }
29+ # sp-application-crypto = { git = "https://github.com/paritytech/substrate.git", rev = "5a94966e91fcd20d5a7981ae8186090221d8f096" }
30+ # sp-arithmetic = { git = "https://github.com/paritytech/substrate.git", rev = "5a94966e91fcd20d5a7981ae8186090221d8f096" }
31+ # sp-core = { git = "https://github.com/paritytech/substrate.git", rev = "5a94966e91fcd20d5a7981ae8186090221d8f096" }
32+ # sp-inherents = { git = "https://github.com/paritytech/substrate.git", rev = "5a94966e91fcd20d5a7981ae8186090221d8f096" }
33+ # sp-io = { git = "https://github.com/paritytech/substrate.git", rev = "5a94966e91fcd20d5a7981ae8186090221d8f096" }
34+ # sp-runtime = { git = "https://github.com/paritytech/substrate.git", rev = "5a94966e91fcd20d5a7981ae8186090221d8f096" }
35+ # sp-runtime-interface = { git = "https://github.com/paritytech/substrate.git", rev = "5a94966e91fcd20d5a7981ae8186090221d8f096" }
36+ # sp-std = { git = "https://github.com/paritytech/substrate.git", rev = "5a94966e91fcd20d5a7981ae8186090221d8f096" }
37+ # sp-trie = { git = "https://github.com/paritytech/substrate.git", rev = "5a94966e91fcd20d5a7981ae8186090221d8f096" }
38+ # sp-version = { git = "https://github.com/paritytech/substrate.git", rev = "5a94966e91fcd20d5a7981ae8186090221d8f096" }
0 commit comments