Skip to content

Commit

Permalink
Update rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBoot committed Oct 1, 2024
1 parent 29bc2a2 commit 441f36e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
key: ${{ matrix.runs-on }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Set up Rust
uses: dtolnay/rust-toolchain@stable
uses: dtolnay/rust-toolchain@1.81.0

- name: Setup NASM
uses: ilammy/setup-nasm@v1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.75 as builder
FROM rust:1.81 as builder
WORKDIR /usr/src/autokuma
COPY . .
RUN cargo install --path ./autokuma
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.cli
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.75 as builder
FROM rust:1.81 as builder
WORKDIR /usr/src/autokuma
COPY . .
RUN cargo install --path ./kuma-cli
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ apps:
parts:
kuma:
plugin: rust
rust-channel: 1.79
rust-revision: 1.81
source: .
source-subdir: kuma-cli
build-packages:
Expand Down

0 comments on commit 441f36e

Please sign in to comment.