@@ -56,15 +56,15 @@ derive_more = { version = "1.0.0", features = ["from", "debug"] }
56
56
# Dependencies and Development Dependencies for `sys`.
57
57
[target .'cfg(not(target_arch = "wasm32"))' .dependencies ]
58
58
# - Mandatory dependencies for `sys`.
59
- wasmer-vm = { path = " ../vm" , version = " =5.0.2 " }
60
- wasmer-compiler = { path = " ../compiler" , version = " =5.0.2 " }
61
- wasmer-derive = { path = " ../derive" , version = " =5.0.2 " }
62
- wasmer-types = { path = " ../types" , version = " =5.0.2 " }
59
+ wasmer-vm = { path = " ../vm" , version = " =5.1.0 " }
60
+ wasmer-compiler = { path = " ../compiler" , version = " =5.1.0 " }
61
+ wasmer-derive = { path = " ../derive" , version = " =5.1.0 " }
62
+ wasmer-types = { path = " ../types" , version = " =5.1.0 " }
63
63
target-lexicon = { version = " 0.12.2" , default-features = false }
64
64
# - Optional dependencies for `sys`.
65
- wasmer-compiler-singlepass = { path = " ../compiler-singlepass" , version = " =5.0.2 " , optional = true }
66
- wasmer-compiler-cranelift = { path = " ../compiler-cranelift" , version = " =5.0.2 " , optional = true }
67
- wasmer-compiler-llvm = { path = " ../compiler-llvm" , version = " =5.0.2 " , optional = true }
65
+ wasmer-compiler-singlepass = { path = " ../compiler-singlepass" , version = " =5.1.0 " , optional = true }
66
+ wasmer-compiler-cranelift = { path = " ../compiler-cranelift" , version = " =5.1.0 " , optional = true }
67
+ wasmer-compiler-llvm = { path = " ../compiler-llvm" , version = " =5.1.0 " , optional = true }
68
68
69
69
wasm-bindgen = { version = " 0.2.74" , optional = true }
70
70
js-sys = { version = " 0.3.51" , optional = true }
@@ -79,17 +79,17 @@ windows-sys = "0.59"
79
79
wat = " 1.0"
80
80
tempfile = " 3.6.0"
81
81
anyhow = " 1.0"
82
- macro-wasmer-universal-test = { version = " 5.0.2 " , path = " ./macro-wasmer-universal-test" }
82
+ macro-wasmer-universal-test = { version = " 5.1.0 " , path = " ./macro-wasmer-universal-test" }
83
83
84
84
# Dependencies and Develoment Dependencies for `js`.
85
85
[target .'cfg(target_arch = "wasm32")' .dependencies ]
86
86
# - Mandatory dependencies for `js`.
87
- wasmer-types = { path = " ../types" , version = " =5.0.2 " , default-features = false , features = [
87
+ wasmer-types = { path = " ../types" , version = " =5.1.0 " , default-features = false , features = [
88
88
" std" ,
89
89
] }
90
90
wasm-bindgen = " 0.2.74"
91
91
js-sys = " 0.3.51"
92
- wasmer-derive = { path = " ../derive" , version = " =5.0.2 " }
92
+ wasmer-derive = { path = " ../derive" , version = " =5.1.0 " }
93
93
# - Optional dependencies for `js`.
94
94
wasmparser = { workspace = true , default-features = false , optional = true }
95
95
hashbrown = { version = " 0.11" , optional = true }
@@ -102,8 +102,7 @@ target-lexicon = { workspace = true }
102
102
wat = " 1.0"
103
103
anyhow = " 1.0"
104
104
wasm-bindgen-test = " 0.3.0"
105
- macro-wasmer-universal-test = { version = " 5.0.2" , path = " ./macro-wasmer-universal-test" }
106
-
105
+ macro-wasmer-universal-test = { version = " 5.1.0" , path = " ./macro-wasmer-universal-test" }
107
106
# Specific to `js`.
108
107
#
109
108
# `wasm-opt` is on by default in for the release profile, but it can be
0 commit comments