cranelift-codegen: depend on an exact version of isle

This should (hopefully) fix our publish script.
This commit is contained in:
Nick Fitzgerald
2021-12-07 14:23:41 -08:00
parent 3fe15ffa49
commit 7e80c061f2

View File

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