Update dependency versions.
This commit is contained in:
@@ -31,7 +31,7 @@ serde_derive = "1.0.8"
|
||||
term = "0.5.1"
|
||||
capstone = { version = "0.4", optional = true }
|
||||
wabt = { version = "0.4", optional = true }
|
||||
target-lexicon = "0.0.2"
|
||||
target-lexicon = "0.0.3"
|
||||
|
||||
[features]
|
||||
default = ["disas", "wasm"]
|
||||
|
||||
@@ -12,7 +12,7 @@ cargo-fuzz = "*"
|
||||
binaryen = { git = "https://github.com/pepyakin/binaryen-rs.git" }
|
||||
libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git" }
|
||||
cranelift-wasm = { path = "../lib/wasm" }
|
||||
target-lexicon = "0.0.2"
|
||||
target-lexicon = "0.0.3"
|
||||
|
||||
# Prevent this from interfering with workspaces
|
||||
[workspace]
|
||||
|
||||
Reference in New Issue
Block a user