mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 13:18:20 +00:00
fix: Use sys-default feature instead of sys when building crates
This commit is contained in:
@@ -46,11 +46,11 @@ SETTINGS = {
|
|||||||
# compiler by default otherwise it won't work standalone
|
# compiler by default otherwise it won't work standalone
|
||||||
"publish_features": {
|
"publish_features": {
|
||||||
"wasmer-cli": "default,cranelift",
|
"wasmer-cli": "default,cranelift",
|
||||||
"wasmer-wasix": "sys,wasmer/sys",
|
"wasmer-wasix": "sys,wasmer/sys-default",
|
||||||
"wasmer-wasix-types": "wasmer/sys",
|
"wasmer-wasix-types": "wasmer/sys-default",
|
||||||
"wasmer-wast": "wasmer/sys",
|
"wasmer-wast": "wasmer/sys-default",
|
||||||
"wai-bindgen-wasmer": "sys",
|
"wai-bindgen-wasmer": "sys",
|
||||||
"wasmer-cache": "wasmer/sys",
|
"wasmer-cache": "wasmer/sys-default",
|
||||||
},
|
},
|
||||||
# workspace members we want to publish but whose path doesn't start by
|
# workspace members we want to publish but whose path doesn't start by
|
||||||
# "./lib/"
|
# "./lib/"
|
||||||
|
|||||||
Reference in New Issue
Block a user