From 69f0870a558054b4beecd7a9a64a9c18b3622207 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 02:37:56 +0000 Subject: [PATCH] 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f4cee4a..80c3c14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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", ] }