diff --git a/crates/codegen/Cargo.toml b/crates/codegen/Cargo.toml index b21e4a8e..8f8213c1 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.99" +cranelift-entity = "0.100" smallvec = "1.7.0" fxhash = "0.2.1" sonatina-ir = { path = "../ir", version = "0.0.3-alpha" } diff --git a/crates/ir/Cargo.toml b/crates/ir/Cargo.toml index 4c1881bc..19e2f021 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.99" +cranelift-entity = "0.100" 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 5046c2bf..ec066728 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.99" +cranelift-entity = "0.100"