1
1
[package ]
2
2
name = " pallet-identity"
3
- version = " 2.0.0-rc4 "
3
+ version = " 2.0.0-rc5 "
4
4
authors = [
" Parity Technologies <[email protected] >" ]
5
5
edition = " 2018"
6
6
license = " Apache-2.0"
@@ -15,16 +15,16 @@ targets = ["x86_64-unknown-linux-gnu"]
15
15
serde = { version = " 1.0.101" , optional = true }
16
16
codec = { package = " parity-scale-codec" , version = " 1.3.1" , default-features = false , features = [" derive" ] }
17
17
enumflags2 = { version = " 0.6.2" }
18
- sp-std = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../primitives/std" }
19
- sp-io = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../primitives/io" }
20
- sp-runtime = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../primitives/runtime" }
21
- frame-benchmarking = { version = " 2.0.0-rc4 " , default-features = false , path = " ../benchmarking" , optional = true }
22
- frame-support = { version = " 2.0.0-rc4 " , default-features = false , path = " ../support" }
23
- frame-system = { version = " 2.0.0-rc4 " , default-features = false , path = " ../system" }
18
+ sp-std = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../primitives/std" }
19
+ sp-io = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../primitives/io" }
20
+ sp-runtime = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../primitives/runtime" }
21
+ frame-benchmarking = { version = " 2.0.0-rc5 " , default-features = false , path = " ../benchmarking" , optional = true }
22
+ frame-support = { version = " 2.0.0-rc5 " , default-features = false , path = " ../support" }
23
+ frame-system = { version = " 2.0.0-rc5 " , default-features = false , path = " ../system" }
24
24
25
25
[dev-dependencies ]
26
- sp-core = { version = " 2.0.0-rc4 " , path = " ../../primitives/core" }
27
- pallet-balances = { version = " 2.0.0-rc4 " , path = " ../balances" }
26
+ sp-core = { version = " 2.0.0-rc5 " , path = " ../../primitives/core" }
27
+ pallet-balances = { version = " 2.0.0-rc5 " , path = " ../balances" }
28
28
29
29
[features ]
30
30
default = [" std" ]
0 commit comments