Skip to content

Commit

Permalink
Use 1.78
Browse files Browse the repository at this point in the history
  • Loading branch information
KaloyanYosifov committed Aug 25, 2024
1 parent 06f9b35 commit 28b139b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Install rust version
uses: dtolnay/rust-toolchain@0e66bd3e6b38ec0ad5312288c83e47c143e6b09e
with:
toolchain: 1.80
toolchain: 1.78
- name: Install cross
run: cargo install cross
- name: Compute short github commit hash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Install rust version
uses: dtolnay/rust-toolchain@0e66bd3e6b38ec0ad5312288c83e47c143e6b09e
with:
toolchain: 1.80
toolchain: 1.78
- name: Linting
run: make lint
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.local
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.80.0
FROM rust:1.78

LABEL maintainer "Tapro Labs <kontakt@taprolabs.de>"

Expand Down
2 changes: 1 addition & 1 deletion backend/Cross.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[target.aarch64-unknown-linux-gnu]
image = "arm64v8/rust:1.80"
image = "arm64v8/rust:1.78"
2 changes: 1 addition & 1 deletion backend/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "1.80"
channel = "1.78"
components = [ "rustfmt", "clippy", "rustc-dev" ]
targets = [ "x86_64-unknown-linux-gnu", "x86_64-apple-darwin" ]
profile = "minimal"

0 comments on commit 28b139b

Please sign in to comment.