1
1
[package ]
2
2
name = " frame-benchmarking"
3
- version = " 2.0.0-rc4 "
3
+ version = " 2.0.0-rc5 "
4
4
authors = [" Parity Technologies <admin@parity.io>" ]
5
5
edition = " 2018"
6
6
license = " Apache-2.0"
@@ -15,13 +15,13 @@ targets = ["x86_64-unknown-linux-gnu"]
15
15
linregress = " 0.1"
16
16
paste = " 0.1"
17
17
codec = { package = " parity-scale-codec" , version = " 1.3.1" , default-features = false }
18
- sp-api = { version = " 2.0.0-rc4 " , path = " ../../primitives/api" , default-features = false }
19
- sp-runtime-interface = { version = " 2.0.0-rc4 " , path = " ../../primitives/runtime-interface" , default-features = false }
20
- sp-runtime = { version = " 2.0.0-rc4 " , path = " ../../primitives/runtime" , default-features = false }
21
- sp-std = { version = " 2.0.0-rc4 " , path = " ../../primitives/std" , default-features = false }
22
- sp-io = { version = " 2.0.0-rc4 " , path = " ../../primitives/io" , default-features = false }
23
- frame-support = { version = " 2.0.0-rc4 " , default-features = false , path = " ../support" }
24
- frame-system = { version = " 2.0.0-rc4 " , default-features = false , path = " ../system" }
18
+ sp-api = { version = " 2.0.0-rc5 " , path = " ../../primitives/api" , default-features = false }
19
+ sp-runtime-interface = { version = " 2.0.0-rc5 " , path = " ../../primitives/runtime-interface" , default-features = false }
20
+ sp-runtime = { version = " 2.0.0-rc5 " , path = " ../../primitives/runtime" , default-features = false }
21
+ sp-std = { version = " 2.0.0-rc5 " , path = " ../../primitives/std" , default-features = false }
22
+ sp-io = { version = " 2.0.0-rc5 " , path = " ../../primitives/io" , default-features = false }
23
+ frame-support = { version = " 2.0.0-rc5 " , default-features = false , path = " ../support" }
24
+ frame-system = { version = " 2.0.0-rc5 " , default-features = false , path = " ../system" }
25
25
26
26
[features ]
27
27
default = [ " std" ]
0 commit comments