Update world-selection in bindgen! macro (#5779)
* Update world-selection in `bindgen!` macro Inspired by bytecodealliance/wit-bindgen#494 specifying a world or document to bindgen is now optional as it's inferred if there's only one `default world` in a package's documents. * Add cargo-vet entry
This commit is contained in:
@@ -169,7 +169,7 @@ wasmprinter = "0.2.50"
|
||||
wasm-encoder = "0.23.0"
|
||||
wasm-smith = "0.12.1"
|
||||
wasm-mutate = "0.2.17"
|
||||
wit-parser = "0.6.0"
|
||||
wit-parser = "0.6.1"
|
||||
windows-sys = "0.45.0"
|
||||
env_logger = "0.9"
|
||||
rustix = "0.36.7"
|
||||
|
||||
Reference in New Issue
Block a user