@@ -24,23 +24,23 @@ exclude = ["neovm-compiler"]
2424resolver = " 2"
2525
2626[workspace .package ]
27- version = " 0.0.10 "
27+ version = " 0.0.11 "
2828edition = " 2024"
2929authors = [" Eval Exec <execvy@gmail.com>" ]
3030license = " GPL-3.0-or-later"
3131repository = " https://github.com/eval-exec/neomacs"
3232
3333[workspace .dependencies ]
3434# Internal crates
35- neovm-core = { path = " neovm-core" , version = " 0.0.10 " , default-features = false }
36- neovm-gc = { path = " neovm-gc" , version = " 0.0.10 " }
37- neovm-host-abi = { path = " neovm-host-abi" , version = " 0.0.10 " }
38- neovm-executor = { path = " neovm-executor" , version = " 0.0.10 " }
39- neovm-oracle-tests = { path = " neovm-oracle-tests" , version = " 0.0.10 " }
40- neomacs-display-runtime = { path = " neomacs-display-runtime" , version = " 0.0.10 " , default-features = false }
41- neomacs-display-protocol = { path = " neomacs-display-protocol" , version = " 0.0.10 " , default-features = false }
42- neomacs-layout-engine = { path = " neomacs-layout-engine" , version = " 0.0.10 " , default-features = false }
43- neomacs-renderer-wgpu = { path = " neomacs-renderer-wgpu" , version = " 0.0.10 " , default-features = false }
35+ neovm-core = { path = " neovm-core" , version = " 0.0.11 " , default-features = false }
36+ neovm-gc = { path = " neovm-gc" , version = " 0.0.11 " }
37+ neovm-host-abi = { path = " neovm-host-abi" , version = " 0.0.11 " }
38+ neovm-executor = { path = " neovm-executor" , version = " 0.0.11 " }
39+ neovm-oracle-tests = { path = " neovm-oracle-tests" , version = " 0.0.11 " }
40+ neomacs-display-runtime = { path = " neomacs-display-runtime" , version = " 0.0.11 " , default-features = false }
41+ neomacs-display-protocol = { path = " neomacs-display-protocol" , version = " 0.0.11 " , default-features = false }
42+ neomacs-layout-engine = { path = " neomacs-layout-engine" , version = " 0.0.11 " , default-features = false }
43+ neomacs-renderer-wgpu = { path = " neomacs-renderer-wgpu" , version = " 0.0.11 " , default-features = false }
4444
4545# Logging / tracing
4646tracing = { version = " 0.1" , features = [" attributes" ] }
0 commit comments