11[package ]
22name = " test-no-std"
3- version = " 0.7.1 "
3+ version = " 0.18.0 "
44authors = [
" Supercomputing Systems AG <[email protected] >" ]
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.5 " , default-features = false , optional = true , features = [" disable_target_static_assertions" , " sync-api" ] }
13- ac-node-api = { path = " ../node-api" , version = " 0.6 " , default-features = false , optional = true , features = [" disable_target_static_assertions" ] }
14- ac-primitives = { path = " ../primitives" , version = " 0.9.1 " , default-features = false , optional = true , features = [" disable_target_static_assertions" ] }
15- substrate-api-client = { path = " .." , version = " 0.17 " , default-features = false , optional = true , features = [" disable_target_static_assertions" , " sync-api" ] }
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" ] }
1616
1717# substrate dependencies
1818sp-io = { default-features = false , features = [" disable_oom" , " disable_panic_handler" ], git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " master" }
0 commit comments