Skip to content

Commit

Permalink
chore(deps-rs): update inkwell requirement in the minor group
Browse files Browse the repository at this point in the history
Updates the requirements on [inkwell](https://github.com/TheDan64/inkwell) to permit the latest version.

Updates `inkwell` to 0.5.0
- [Release notes](https://github.com/TheDan64/inkwell/releases)
- [Commits](TheDan64/inkwell@0.4.0...0.5.0)

---
updated-dependencies:
- dependency-name: inkwell
  dependency-type: direct:production
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 8e797ae commit 8e3ab03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugr-llvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ llvm14-0 = ["inkwell/llvm14-0"]


[dependencies]
inkwell = { version = "0.4.0", default-features = false }
inkwell = { version = "0.5.0", default-features = false }
hugr-core = { path = "../hugr-core", version = "0.13.3" }
anyhow = "1.0.83"
itertools.workspace = true
Expand Down

0 comments on commit 8e3ab03

Please sign in to comment.