Skip to content

Commit

Permalink
Merge pull request #8 from fe-lang/dependabot/cargo/primitive-types-0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Nak authored Nov 10, 2022
2 parents aba771d + 249b270 commit af05dd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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]
primitive-types = "0.10"
primitive-types = "0.12"
cranelift-entity = "0.77"
smallvec = "1.7.0"
fxhash = "0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/ir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ["compiler", "evm", "wasm", "smart-contract"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
primitive-types = "0.10"
primitive-types = "0.12"
cranelift-entity = "0.77"
smallvec = "1.7.0"
fxhash = "0.2.1"
Expand Down

0 comments on commit af05dd0

Please sign in to comment.