Skip to content

Commit

Permalink
⬆️ deps: Update dependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 16, 2023
1 parent c19c7a4 commit 348e2a4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rcalc-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
./llvm
key: ${{ runner.os }}-llvm-${{ env.LLVM_VERSION }}
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v1.8.3
uses: KyleMayes/install-llvm-action@v1.9.0
with:
version: ${{ env.LLVM_VERSION }}
cached: ${{ steps.cache-llvm.outputs.cache-hit }}
Expand Down
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jit = ["inkwell"]
[dependencies]
clap = { version = "4.4.6", features = ["derive"] }
inkwell = { version = "0.2.0", features = ["llvm16-0"], optional = true }
peg = "0.8.1"
peg = "0.8.2"

0 comments on commit 348e2a4

Please sign in to comment.