Skip to content

Commit 6fcd2be

Browse files
authored
Merge pull request #10 from fe-lang/dependabot/cargo/cranelift-entity-0.89
2 parents 60902be + fe74069 commit 6fcd2be

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

crates/codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ keywords = ["compiler", "evm", "wasm", "smart-contract"]
1616

1717
[dependencies]
1818
primitive-types = "0.12"
19-
cranelift-entity = "0.77"
19+
cranelift-entity = "0.89"
2020
smallvec = "1.7.0"
2121
fxhash = "0.2.1"
2222
sonatina-ir = { path = "../ir", version = "0.0.2-alpha" }

crates/ir/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ keywords = ["compiler", "evm", "wasm", "smart-contract"]
1515

1616
[dependencies]
1717
primitive-types = "0.12"
18-
cranelift-entity = "0.77"
18+
cranelift-entity = "0.89"
1919
smallvec = "1.7.0"
2020
fxhash = "0.2.1"
2121
dyn-clone = "1.0.4"

crates/parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ keywords = ["compiler", "evm", "wasm", "smart-contract"]
1717
sonatina-ir = { path = "../ir", version = "0.0.2-alpha" }
1818
sonatina-triple = { path = "../triple", version = "0.0.2-alpha" }
1919
smallvec = "1.7.0"
20-
cranelift-entity = "0.77"
20+
cranelift-entity = "0.89"

0 commit comments

Comments
 (0)