Skip to content

Commit

Permalink
Update primitive-types requirement from 0.12 to 0.13
Browse files Browse the repository at this point in the history
Updates the requirements on [primitive-types](https://github.com/paritytech/parity-common) to permit the latest version.
- [Commits](paritytech/parity-common@primitive-types-v0.12.0...primitive-types-v0.13.0)

---
updated-dependencies:
- dependency-name: primitive-types
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 12, 2024
1 parent 40d458e commit 77e3dd3
Showing 1 changed file with 1 addition and 1 deletion.
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 = { version = "0.12", default-features = false }
primitive-types = { version = "0.13", default-features = false }
cranelift-entity = "0.111"
smallvec = "1.7.0"
rustc-hash = "2.0.0"
Expand Down

0 comments on commit 77e3dd3

Please sign in to comment.