11[package ]
22name = " test-no-std"
3- version = " 0.18 .0"
3+ version = " 1.16 .0"
44authors = [" Supercomputing Systems AG <info@scs.ch>" ]
55license = " Apache-2.0"
66edition = " 2021"
@@ -9,10 +9,10 @@ edition = "2021"
99libc = { version = " 0.2.119" , default-features = false }
1010
1111# local dependencies
12- ac-compose-macros = { path = " ../compose-macros" , version = " 0.18 " , default-features = false , optional = true , features = [" disable_target_static_assertions" , " sync-api" ] }
13- ac-node-api = { path = " ../node-api" , version = " 0.18 " , default-features = false , optional = true , features = [" disable_target_static_assertions" ] }
14- ac-primitives = { path = " ../primitives" , version = " 0.18 " , default-features = false , optional = true , features = [" disable_target_static_assertions" ] }
15- substrate-api-client = { path = " .." , version = " 0.18 " , default-features = false , optional = true , features = [" disable_target_static_assertions" , " sync-api" ] }
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" ] }
1616
1717# substrate dependencies
1818sp-io = { version = " 38.0.0" , default-features = false , features = [" disable_oom" , " disable_panic_handler" ] }
0 commit comments