Skip to content

Commit 0f4518f

Browse files
committed
⬆️ deps: use llvm 22
1 parent 9097fa7 commit 0f4518f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/rcalc-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
CARGO_TERM_COLOR: always
12-
LLVM_VERSION: 18.1
12+
LLVM_VERSION: 21.1
1313

1414
jobs:
1515
test-rcalc:

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jit = ["inkwell"]
1111

1212
[dependencies]
1313
clap = { version = "4.5.38", features = ["derive"] }
14-
inkwell = { version = "0.7.1", features = ["llvm18-1"], optional = true }
14+
inkwell = { version = "0.7.1", features = ["llvm21-1"], optional = true }
1515
peg = "0.8.5"

0 commit comments

Comments
 (0)