Skip to content

Commit

Permalink
Upgrade to Rust 1.81.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose committed Oct 7, 2024
1 parent 7e8d8a5 commit 409c53e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ jobs:

- name: Install toolchain
run: |
rustup toolchain install 1.80.0
rustup default 1.80.0
rustup toolchain install 1.81.0
rustup default 1.81.0
rustup component add clippy
- name: Setup OPA
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# The Debian version and version name must be in sync
ARG DEBIAN_VERSION=12
ARG DEBIAN_VERSION_NAME=bookworm
ARG RUSTC_VERSION=1.80.0
ARG RUSTC_VERSION=1.81.0
ARG NODEJS_VERSION=20.15.0
ARG OPA_VERSION=0.64.1
ARG CARGO_AUDITABLE_VERSION=0.6.4
Expand Down

0 comments on commit 409c53e

Please sign in to comment.