1
1
[package ]
2
2
name = " test-no-std"
3
- version = " 1.16 .0"
3
+ version = " 1.17 .0"
4
4
authors = [
" Supercomputing Systems AG <[email protected] >" ]
5
5
license = " Apache-2.0"
6
6
edition = " 2021"
@@ -9,10 +9,10 @@ edition = "2021"
9
9
libc = { version = " 0.2" , default-features = false }
10
10
11
11
# local dependencies
12
- ac-compose-macros = { path = " ../compose-macros" , version = " 1.16 " , default-features = false , optional = true , features = [" disable_target_static_assertions" , " sync-api" ] }
13
- ac-node-api = { path = " ../node-api" , version = " 1.16 " , default-features = false , optional = true , features = [" disable_target_static_assertions" ] }
14
- ac-primitives = { path = " ../primitives" , version = " 1.16 " , default-features = false , optional = true , features = [" disable_target_static_assertions" ] }
15
- substrate-api-client = { path = " .." , version = " 1.16 " , default-features = false , optional = true , features = [" disable_target_static_assertions" , " sync-api" ] }
12
+ ac-compose-macros = { path = " ../compose-macros" , version = " 1.17 " , default-features = false , optional = true , features = [" disable_target_static_assertions" , " sync-api" ] }
13
+ ac-node-api = { path = " ../node-api" , version = " 1.17 " , default-features = false , optional = true , features = [" disable_target_static_assertions" ] }
14
+ ac-primitives = { path = " ../primitives" , version = " 1.17 " , default-features = false , optional = true , features = [" disable_target_static_assertions" ] }
15
+ substrate-api-client = { path = " .." , version = " 1.17 " , default-features = false , optional = true , features = [" disable_target_static_assertions" , " sync-api" ] }
16
16
17
17
# substrate dependencies
18
18
sp-io = { default-features = false , features = [" disable_oom" , " disable_panic_handler" ], git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " master" }
0 commit comments