@@ -11,17 +11,17 @@ edition = "2018"
11
11
serde = { version = " 1.0.124" , optional = true }
12
12
paste = " 1.0"
13
13
codec = { package = " parity-scale-codec" , version = " 2.0.0" , default-features = false }
14
- sp-api = { git = " https://github.com/paritytech/substrate" , branch = " statemint " , default-features = false }
15
- sp-runtime-interface = { git = " https://github.com/paritytech/substrate" , branch = " statemint " , default-features = false }
16
- sp-runtime = { git = " https://github.com/paritytech/substrate" , branch = " statemint " , default-features = false }
17
- sp-std = { git = " https://github.com/paritytech/substrate" , branch = " statemint " , default-features = false }
18
- sp-io = { git = " https://github.com/paritytech/substrate" , branch = " statemint " , default-features = false }
19
- sp-storage = { git = " https://github.com/paritytech/substrate" , branch = " statemint " , default-features = false }
20
- frame-support = { git = " https://github.com/paritytech/substrate" , branch = " statemint " , default-features = false }
21
- frame-benchmarking = { git = " https://github.com/paritytech/substrate" , branch = " statemint " , default-features = false }
14
+ sp-api = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.1 " , default-features = false }
15
+ sp-runtime-interface = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.1 " , default-features = false }
16
+ sp-runtime = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.1 " , default-features = false }
17
+ sp-std = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.1 " , default-features = false }
18
+ sp-io = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.1 " , default-features = false }
19
+ sp-storage = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.1 " , default-features = false }
20
+ frame-support = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.1 " , default-features = false }
21
+ frame-benchmarking = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.1 " , default-features = false }
22
22
23
23
[dev-dependencies ]
24
- frame-system = { git = " https://github.com/paritytech/substrate" , branch = " statemint " }
24
+ frame-system = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.1 " }
25
25
hex-literal = " 0.2.1"
26
26
27
27
[features ]
0 commit comments