Update to target_lexicon 0.2.0.
This commit is contained in:
@@ -33,7 +33,7 @@ serde = "1.0.8"
|
||||
term = "0.5.1"
|
||||
capstone = { version = "0.5.0", optional = true }
|
||||
wabt = { version = "0.7.0", optional = true }
|
||||
target-lexicon = "0.0.3"
|
||||
target-lexicon = "0.2.0"
|
||||
pretty_env_logger = "0.2.4"
|
||||
file-per-thread-logger = "0.1.1"
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git" }
|
||||
cranelift-codegen = { path = "../lib/codegen" }
|
||||
cranelift-wasm = { path = "../lib/wasm" }
|
||||
cranelift-reader = { path = "../lib/reader" }
|
||||
target-lexicon = "0.0.3"
|
||||
target-lexicon = "0.2.0"
|
||||
|
||||
# Prevent this from interfering with workspaces
|
||||
[workspace]
|
||||
|
||||
Reference in New Issue
Block a user