Browse Source

Update to faerie 0.7.1.

pull/54/head
Dan Gohman 6 years ago
parent
commit
2ac0ceda14
  1. 2
      Cargo.toml
  2. 2
      lib/obj/Cargo.toml

2
Cargo.toml

@ -35,7 +35,7 @@ wasmtime-wast = { path = "lib/wast" }
docopt = "1.0.1"
serde = "1.0.75"
serde_derive = "1.0.75"
faerie = "0.6.0"
faerie = "0.7.1"
target-lexicon = { version = "0.2.0", default-features = false }
pretty_env_logger = "0.3.0"
file-per-thread-logger = "0.1.1"

2
lib/obj/Cargo.toml

@ -15,4 +15,4 @@ edition = "2018"
cranelift-codegen = "0.28.0"
cranelift-entity = "0.28.0"
wasmtime-environ = { path = "../environ" }
faerie = "0.6.0"
faerie = "0.7.1"

Loading…
Cancel
Save