diff --git a/crates/codegen/Cargo.toml b/crates/codegen/Cargo.toml index 88d097ba..759e0517 100644 --- a/crates/codegen/Cargo.toml +++ b/crates/codegen/Cargo.toml @@ -15,7 +15,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.101" +cranelift-entity = "0.104" smallvec = "1.7.0" fxhash = "0.2.1" sonatina-ir = { path = "../ir", version = "0.0.3-alpha" } diff --git a/crates/interpreter/Cargo.toml b/crates/interpreter/Cargo.toml index b47e251d..8101af68 100644 --- a/crates/interpreter/Cargo.toml +++ b/crates/interpreter/Cargo.toml @@ -15,7 +15,7 @@ keywords = ["compiler", "evm", "wasm", "smart-contract"] [dependencies] byteorder = { version = "1.4.3", default-features = false } -cranelift-entity = "0.101" +cranelift-entity = "0.104" sonatina-ir = { path = "../ir", version = "0.0.3-alpha" } [dev-dependencies] diff --git a/crates/ir/Cargo.toml b/crates/ir/Cargo.toml index 9176b123..2b719884 100644 --- a/crates/ir/Cargo.toml +++ b/crates/ir/Cargo.toml @@ -15,7 +15,7 @@ keywords = ["compiler", "evm", "wasm", "smart-contract"] [dependencies] primitive-types = { version = "0.12", default-features = false } -cranelift-entity = "0.101" +cranelift-entity = "0.104" smallvec = "1.7.0" fxhash = "0.2.1" dyn-clone = "1.0.4" diff --git a/crates/parser/Cargo.toml b/crates/parser/Cargo.toml index f850c46f..73758117 100644 --- a/crates/parser/Cargo.toml +++ b/crates/parser/Cargo.toml @@ -17,4 +17,4 @@ keywords = ["compiler", "evm", "wasm", "smart-contract"] sonatina-ir = { path = "../ir", version = "0.0.3-alpha" } sonatina-triple = { path = "../triple", version = "0.0.3-alpha" } smallvec = "1.7.0" -cranelift-entity = "0.101" +cranelift-entity = "0.104"