Skip to content

Commit

Permalink
build(deps): Bump llvm-ir from 0.9.0 to 0.11.1
Browse files Browse the repository at this point in the history
Bumps [llvm-ir](https://github.com/cdisselkoen/llvm-ir) from 0.9.0 to 0.11.1.
- [Commits](https://github.com/cdisselkoen/llvm-ir/commits)

---
updated-dependencies:
- dependency-name: llvm-ir
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 5, 2024
1 parent 7dd3439 commit 2f5a02e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dashmap = "5"
dhat = { version = "0.3", optional = true }
either = "1"
# TODO: https://github.com/cdisselkoen/llvm-ir/pull/34
llvm-ir = { version = "0.9", features = ["llvm-14"] }
llvm-ir = { version = "0.11", features = ["llvm-14"] }
regex = "1"
rustc-hash = "1"
serde = { version = "1", features = ["derive"] }
Expand Down

0 comments on commit 2f5a02e

Please sign in to comment.