@@ -7,22 +7,22 @@ edition = '2018'
7
7
[dependencies ]
8
8
# third-party dependencies
9
9
codec = { package = " parity-scale-codec" , version = " 1.3.4" , default-features = false , features = [" derive" ] }
10
- serde = { version = " 1.0.102 " , optional = true }
10
+ serde = { version = " 1.0.101 " , optional = true }
11
11
12
12
# primitives
13
- sp-std = { version = " 2.0.0" , git = " https://github.com/paritytech/substrate.git " , default-features = false }
14
- sp-runtime = { version = " 2.0.0" , git = " https://github.com/paritytech/substrate.git " , default-features = false }
15
- sp-io = { version = " 2.0.0" , git = " https://github.com/paritytech/substrate.git " , default-features = false }
16
- sp-core = { version = " 2.0.0" , git = " https://github.com/paritytech/substrate.git " , default-features = false }
13
+ sp-std = { version = " 2.0.0" , default-features = false }
14
+ sp-runtime = { version = " 2.0.0" , default-features = false }
15
+ sp-io = { version = " 2.0.0" , default-features = false }
16
+ sp-core = { version = " 2.0.0" , default-features = false }
17
17
18
18
# frame dependencies
19
- frame-support = { version = " 2.0.0" , git = " https://github.com/paritytech/substrate.git " , default-features = false }
20
- frame-system = { version = " 2.0.0" , git = " https://github.com/paritytech/substrate.git " , default-features = false }
19
+ frame-support = { version = " 2.0.0" , default-features = false }
20
+ frame-system = { version = " 2.0.0" , default-features = false }
21
21
22
- pallet-balances = { version = " 2.0.0" , git = " https://github.com/paritytech/substrate.git " , default-features = false }
22
+ pallet-balances = { version = " 2.0.0" , default-features = false }
23
23
24
24
[build-dependencies ]
25
- wasm-builder-runner = { version = " 2.0.0" , package = " substrate-wasm-builder-runner" , git = " https://github.com/paritytech/substrate.git " }
25
+ wasm-builder-runner = { version = " 2.0.0" , package = " substrate-wasm-builder-runner" }
26
26
[features ]
27
27
default = [" std" ]
28
28
std = [
0 commit comments