Skip to content

Commit 69f0870

Browse files
Update llvm-sys requirement from 180.0.0-rc2 to 181.0.0
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]>
1 parent 30f00a5 commit 69f0870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ edition = "2021"
1414
once_cell = "1.18.0"
1515
libc = "0.2"
1616
libloading = "0.8.0"
17-
llvm-sys = { version = "180.0.0-rc2", features = [
17+
llvm-sys = { version = "181.0.0", features = [
1818
"no-llvm-linking",
1919
"disable-alltargets-init",
2020
] }

0 commit comments

Comments
 (0)