@@ -86,17 +86,17 @@ homepage = "https://wasmer.io/"
8686license = " MIT"
8787repository = " https://github.com/wasmerio/wasmer"
8888rust-version = " 1.74"
89- version = " 4.4.0-linera.6 "
89+ version = " 4.4.0-linera.7 "
9090
9191[workspace .dependencies ]
9292# Repo-local crates
9393macro-wasmer-universal-test = { version = " 4.4.0" , path = " ./lib/api/macro-wasmer-universal-test" }
94- wasmer = { package = " linera-wasmer" , version = " =4.4.0-linera.6 " , path = " ./lib/api" }
95- wasmer-compiler = { package = " linera-wasmer-compiler" , path = " ./lib/compiler" , version = " =4.4.0-linera.6 " }
96- wasmer-compiler-cranelift = { package = " linera-wasmer-compiler-cranelift" , path = " ./lib/compiler-cranelift" , version = " =4.4.0-linera.6 " }
97- wasmer-compiler-singlepass = { package = " linera-wasmer-compiler-singlepass" , path = " ./lib/compiler-singlepass" , version = " =4.4.0-linera.6 " }
94+ wasmer = { package = " linera-wasmer" , version = " =4.4.0-linera.7 " , path = " ./lib/api" }
95+ wasmer-compiler = { package = " linera-wasmer-compiler" , path = " ./lib/compiler" , version = " =4.4.0-linera.7 " }
96+ wasmer-compiler-cranelift = { package = " linera-wasmer-compiler-cranelift" , path = " ./lib/compiler-cranelift" , version = " =4.4.0-linera.7 " }
97+ wasmer-compiler-singlepass = { package = " linera-wasmer-compiler-singlepass" , path = " ./lib/compiler-singlepass" , version = " =4.4.0-linera.7 " }
9898wasmer-config = { path = " ./lib/config" }
99- wasmer-vm = { package = " linera-wasmer-vm" , path = " ./lib/vm" , version = " =4.4.0-linera.6 " }
99+ wasmer-vm = { package = " linera-wasmer-vm" , path = " ./lib/vm" , version = " =4.4.0-linera.7 " }
100100wasmer-wasix = { path = " ./lib/wasix" }
101101
102102# Wasmer-owned crates
0 commit comments