Skip to content

Commit 16a552d

Browse files
committed
chore: Update llvm-sys to 201.0.0-rc1
1 parent 2f350fd commit 16a552d

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

Cargo.lock

Lines changed: 8 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ tracing-tree = "0.4"
2525

2626
# lib deps
2727
ar = { version = "0.9.0" }
28-
aya-rustc-llvm-proxy = { version = "0.9.3", optional = true }
28+
aya-rustc-llvm-proxy = { version = "0.9.4", optional = true }
2929
gimli = { version = "0.31.1" }
3030
libc = { version = "0.2.170" }
31-
llvm-sys = { features = ["disable-alltargets-init"], version = "191.0.0" }
31+
llvm-sys = { features = ["disable-alltargets-init"], version = "201.0.0-rc1" }
3232
log = { version = "0.4.26" }
3333
thiserror = { version = "2.0.11" }
3434
tracing = "0.1"

0 commit comments

Comments
 (0)