From 84e3cc809fca39660267af5ce876710214e79647 Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 25 Sep 2023 11:46:50 +0200 Subject: [PATCH] Update cranelift dependency --- crates/interpreter/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/interpreter/Cargo.toml b/crates/interpreter/Cargo.toml index 44f32dc2..56f07834 100644 --- a/crates/interpreter/Cargo.toml +++ b/crates/interpreter/Cargo.toml @@ -14,7 +14,7 @@ keywords = ["compiler", "evm", "wasm", "smart-contract"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -cranelift-entity = "0.99.1" +cranelift-entity = "0.100" sonatina-ir = { path = "../ir", version = "0.0.3-alpha" } [dev-dependencies]