Skip to content

Commit

Permalink
Update llvm-sys requirement from 180.0.0-rc2 to 181.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [llvm-sys](https://gitlab.com/taricorp/llvm-sys.rs) to permit the latest version.
- [Commits](https://gitlab.com/taricorp/llvm-sys.rs/compare/v180.0.0-rc2...v181.0.0)

---
updated-dependencies:
- dependency-name: llvm-sys
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 30f00a5 commit 69f0870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2021"
once_cell = "1.18.0"
libc = "0.2"
libloading = "0.8.0"
llvm-sys = { version = "180.0.0-rc2", features = [
llvm-sys = { version = "181.0.0", features = [
"no-llvm-linking",
"disable-alltargets-init",
] }
Expand Down

0 comments on commit 69f0870

Please sign in to comment.