ISLE: match cranelift version

This commit is contained in:
Nick Fitzgerald
2021-11-15 11:17:31 -08:00
parent f27b357702
commit 6164ba3814
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -1431,7 +1431,7 @@ checksum = "616cde7c720bb2bb5824a224687d8f77bfd38922027f01d825cd7453be5099fb"
[[package]]
name = "isle"
version = "0.1.0"
version = "0.78.0"
dependencies = [
"log",
"miette",

View File

@@ -39,7 +39,7 @@ criterion = "0.3"
[build-dependencies]
cranelift-codegen-meta = { path = "meta", version = "0.78.0" }
isle = { path = "../isle/isle", version = "0.1.0", optional = true }
isle = { path = "../isle/isle", version = "0.78.0", optional = true }
miette = { version = "3", features = ["fancy"] }
[features]

View File

@@ -6,7 +6,7 @@ license = "Apache-2.0 WITH LLVM-exception"
name = "isle"
readme = "../README.md"
repository = "https://github.com/bytecodealliance/wasmtime/tree/main/cranelift/isle"
version = "0.1.0"
version = "0.78.0"
[dependencies]
log = "0.4"