Skip to content

Commit 081100d

Browse files
build(deps): update llvm-sys requirement from 201.0.0-rc1 to 211.0.0-rc1
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/v201.0.0-rc1...v211.0.0-rc1) --- updated-dependencies: - dependency-name: llvm-sys dependency-version: 211.0.0-rc1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 630d880 commit 081100d

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
@@ -13,7 +13,7 @@ edition = "2021"
1313
[dependencies]
1414
libc = "0.2"
1515
libloading = "0.8.0"
16-
llvm-sys = { version = "201.0.0-rc1", features = [
16+
llvm-sys = { version = "211.0.0-rc1", features = [
1717
"no-llvm-linking",
1818
"disable-alltargets-init",
1919
] }

0 commit comments

Comments
 (0)