@@ -50,15 +50,15 @@ loupe = { version = "0.1.3", optional = true, features = [
50
50
# Dependencies and Development Dependencies for `sys`.
51
51
[target .'cfg(not(target_arch = "wasm32"))' .dependencies ]
52
52
# - Mandatory dependencies for `sys`.
53
- wasmer-vm = { path = " ../vm" , version = " =5.0.1 " }
54
- wasmer-compiler = { path = " ../compiler" , version = " =5.0.1 " }
55
- wasmer-derive = { path = " ../derive" , version = " =5.0.1 " }
56
- wasmer-types = { path = " ../types" , version = " =5.0.1 " }
53
+ wasmer-vm = { path = " ../vm" , version = " =5.1.0 " }
54
+ wasmer-compiler = { path = " ../compiler" , version = " =5.1.0 " }
55
+ wasmer-derive = { path = " ../derive" , version = " =5.1.0 " }
56
+ wasmer-types = { path = " ../types" , version = " =5.1.0 " }
57
57
target-lexicon = { version = " 0.12.2" , default-features = false }
58
58
# - Optional dependencies for `sys`.
59
- wasmer-compiler-singlepass = { path = " ../compiler-singlepass" , version = " =5.0.1 " , optional = true }
60
- wasmer-compiler-cranelift = { path = " ../compiler-cranelift" , version = " =5.0.1 " , optional = true }
61
- wasmer-compiler-llvm = { path = " ../compiler-llvm" , version = " =5.0.1 " , optional = true }
59
+ wasmer-compiler-singlepass = { path = " ../compiler-singlepass" , version = " =5.1.0 " , optional = true }
60
+ wasmer-compiler-cranelift = { path = " ../compiler-cranelift" , version = " =5.1.0 " , optional = true }
61
+ wasmer-compiler-llvm = { path = " ../compiler-llvm" , version = " =5.1.0 " , optional = true }
62
62
63
63
wasm-bindgen = { version = " 0.2.74" , optional = true }
64
64
js-sys = { version = " 0.3.51" , optional = true }
@@ -73,17 +73,17 @@ windows-sys = "0.59"
73
73
wat = " 1.0"
74
74
tempfile = " 3.6.0"
75
75
anyhow = " 1.0"
76
- macro-wasmer-universal-test = { version = " 5.0.1 " , path = " ./macro-wasmer-universal-test" }
76
+ macro-wasmer-universal-test = { version = " 5.1.0 " , path = " ./macro-wasmer-universal-test" }
77
77
78
78
# Dependencies and Develoment Dependencies for `js`.
79
79
[target .'cfg(target_arch = "wasm32")' .dependencies ]
80
80
# - Mandatory dependencies for `js`.
81
- wasmer-types = { path = " ../types" , version = " =5.0.1 " , default-features = false , features = [
81
+ wasmer-types = { path = " ../types" , version = " =5.1.0 " , default-features = false , features = [
82
82
" std" ,
83
83
] }
84
84
wasm-bindgen = " 0.2.74"
85
85
js-sys = " 0.3.51"
86
- wasmer-derive = { path = " ../derive" , version = " =5.0.1 " }
86
+ wasmer-derive = { path = " ../derive" , version = " =5.1.0 " }
87
87
# - Optional dependencies for `js`.
88
88
wasmparser = { workspace = true , default-features = false , optional = true }
89
89
hashbrown = { version = " 0.11" , optional = true }
@@ -96,7 +96,7 @@ target-lexicon = { workspace = true }
96
96
wat = " 1.0"
97
97
anyhow = " 1.0"
98
98
wasm-bindgen-test = " 0.3.0"
99
- macro-wasmer-universal-test = { version = " 5.0.1 " , path = " ./macro-wasmer-universal-test" }
99
+ macro-wasmer-universal-test = { version = " 5.1.0 " , path = " ./macro-wasmer-universal-test" }
100
100
101
101
# Specific to `js`.
102
102
#
0 commit comments