ISLE: match cranelift version
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -1431,7 +1431,7 @@ checksum = "616cde7c720bb2bb5824a224687d8f77bfd38922027f01d825cd7453be5099fb"
|
||||
|
||||
[[package]]
|
||||
name = "isle"
|
||||
version = "0.1.0"
|
||||
version = "0.78.0"
|
||||
dependencies = [
|
||||
"log",
|
||||
"miette",
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user