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 = " 2021"
66rust-version = " 1.68"
@@ -16,10 +16,10 @@ categories = ["no-std", "embedded"]
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" , version = " 3.4" , default-features = false , features = [" derive" ] }
2525derive_more = { version = " 0.99" , default-features = false , features = [" from" , " display" ] }
@@ -33,7 +33,7 @@ static_assertions = "1.1"
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 = { version = " 0.10" , optional = true }
0 commit comments