@@ -21,7 +21,7 @@ default-members = [
2121resolver = " 2"
2222
2323[workspace .package ]
24- version = " 0.0.11 "
24+ version = " 0.0.12 "
2525edition = " 2024"
2626authors = [" Eval Exec <execvy@gmail.com>" ]
2727license = " GPL-3.0-or-later"
@@ -44,13 +44,13 @@ unsafe_op_in_unsafe_fn = "warn"
4444
4545[workspace .dependencies ]
4646# Internal crates
47- neovm-core = { path = " neovm-core" , version = " 0.0.11 " , default-features = false }
48- neovm-host-abi = { path = " neovm-host-abi" , version = " 0.0.11 " }
49- neovm-oracle-tests = { path = " neovm-oracle-tests" , version = " 0.0.11 " }
50- neomacs-display-runtime = { path = " neomacs-display-runtime" , version = " 0.0.11 " , default-features = false }
51- neomacs-display-protocol = { path = " neomacs-display-protocol" , version = " 0.0.11 " , default-features = false }
52- neomacs-layout-engine = { path = " neomacs-layout-engine" , version = " 0.0.11 " , default-features = false }
53- neomacs-renderer-wgpu = { path = " neomacs-renderer-wgpu" , version = " 0.0.11 " , default-features = false }
47+ neovm-core = { path = " neovm-core" , version = " 0.0.12 " , default-features = false }
48+ neovm-host-abi = { path = " neovm-host-abi" , version = " 0.0.12 " }
49+ neovm-oracle-tests = { path = " neovm-oracle-tests" , version = " 0.0.12 " }
50+ neomacs-display-runtime = { path = " neomacs-display-runtime" , version = " 0.0.12 " , default-features = false }
51+ neomacs-display-protocol = { path = " neomacs-display-protocol" , version = " 0.0.12 " , default-features = false }
52+ neomacs-layout-engine = { path = " neomacs-layout-engine" , version = " 0.0.12 " , default-features = false }
53+ neomacs-renderer-wgpu = { path = " neomacs-renderer-wgpu" , version = " 0.0.12 " , default-features = false }
5454
5555# Logging / tracing
5656tracing = { version = " 0.1" , features = [" attributes" ] }
0 commit comments