11[package ]
22name = " ink_env"
3- version = " 4.2.1 "
3+ version = " 4.3.0 "
44authors = [
" Parity Technologies <[email protected] >" ,
" Robin Freyler <[email protected] >" ]
55edition.workspace = true
66rust-version = " 1.68"
@@ -16,10 +16,10 @@ categories.workspace = true
1616include = [" Cargo.toml" , " src/**/*.rs" , " README.md" , " LICENSE" ]
1717
1818[dependencies ]
19- ink_allocator = { version = " 4.2.1 " , path = " ../allocator" , default-features = false }
20- ink_storage_traits = { version = " 4.2.1 " , path = " ../storage/traits" , default-features = false }
21- ink_prelude = { version = " 4.2.1 " , path = " ../prelude" , default-features = false }
22- ink_primitives = { version = " 4.2.1 " , path = " ../primitives" , default-features = false }
19+ ink_allocator = { version = " 4.3.0 " , path = " ../allocator" , default-features = false }
20+ ink_storage_traits = { version = " 4.3.0 " , path = " ../storage/traits" , default-features = false }
21+ ink_prelude = { version = " 4.3.0 " , path = " ../prelude" , default-features = false }
22+ ink_primitives = { version = " 4.3.0 " , path = " ../primitives" , default-features = false }
2323
2424scale = { package = " parity-scale-codec" , workspace = true }
2525derive_more = { workspace = true , features = [" from" , " display" ] }
@@ -33,7 +33,7 @@ static_assertions = { workspace = true }
3333rlibc = " 1"
3434
3535[target .'cfg(not(target_arch = "wasm32"))' .dependencies ]
36- ink_engine = { version = " 4.2.1 " , path = " ../engine/" , optional = true }
36+ ink_engine = { version = " 4.3.0 " , path = " ../engine/" , optional = true }
3737
3838# Hashes for the off-chain environment.
3939sha2 = { workspace = true , optional = true }
0 commit comments