Skip to content

Commit

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

Update cranelift-entity requirement from 0.112 to 0.114
  • Loading branch information
Y-Nak authored Nov 22, 2024
2 parents 5ad9f26 + 0f509d8 commit b6d3cfc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.112"
cranelift-entity = "0.114"
smallvec = "1.7.0"
rustc-hash = "2.0.0"
sonatina-ir = { path = "../ir", version = "0.0.3-alpha" }
Expand Down
2 changes: 1 addition & 1 deletion crates/interpreter/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]
byteorder = "1.5.0"
cranelift-entity = "0.112"
cranelift-entity = "0.114"
sonatina-ir = { path = "../ir", version = "0.0.3-alpha" }

[dev-dependencies]
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.13", default-features = false }
cranelift-entity = "0.112"
cranelift-entity = "0.114"
smallvec = "1.7.0"
rustc-hash = "2.0.0"
sonatina-triple = { path = "../triple", version = "0.0.3-alpha" }
Expand Down
2 changes: 1 addition & 1 deletion crates/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ["compiler", "evm", "wasm", "smart-contract"]
[dependencies]
ir = { package = "sonatina-ir", path = "../ir", version = "0.0.3-alpha" }
sonatina-triple = { path = "../triple", version = "0.0.3-alpha" }
cranelift-entity = "0.112"
cranelift-entity = "0.114"
pest = "2.7.10"
pest_derive = "2.7.10"
smol_str = "0.3.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ keywords = ["compiler", "evm", "wasm", "smart-contract"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sonatina-ir = { path = "../ir", version = "0.0.3-alpha" }
cranelift-entity = "0.112"
cranelift-entity = "0.114"
rustc-hash = "2.0.0"
smallvec = "1.13.2"

0 comments on commit b6d3cfc

Please sign in to comment.