Skip to content

Commit

Permalink
Merge pull request #20 from fe-lang/dependabot/cargo/cranelift-entity…
Browse files Browse the repository at this point in the history
…-0.97

Update cranelift-entity requirement from 0.94 to 0.97
  • Loading branch information
Y-Nak authored Jun 26, 2023
2 parents 36c8fc6 + fa249bd commit 8237c9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.94"
cranelift-entity = "0.97"
smallvec = "1.7.0"
fxhash = "0.2.1"
sonatina-ir = { path = "../ir", version = "0.0.3-alpha" }
Expand Down
2 changes: 1 addition & 1 deletion crates/ir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ keywords = ["compiler", "evm", "wasm", "smart-contract"]

[dependencies]
primitive-types = { version = "0.12", default-features = false }
cranelift-entity = "0.94"
cranelift-entity = "0.97"
smallvec = "1.7.0"
fxhash = "0.2.1"
dyn-clone = "1.0.4"
Expand Down
2 changes: 1 addition & 1 deletion crates/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.94"
cranelift-entity = "0.97"

0 comments on commit 8237c9e

Please sign in to comment.