Skip to content

Commit

Permalink
Update Rust to 1.76.0 (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnestler committed Mar 18, 2024
1 parent c2a97ec commit c77b29b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
jobs:
build_and_test:
runs-on: ubuntu-22.04
container: rnestler/archlinux-rust:1.75.0
container: rnestler/archlinux-rust:1.76.0
steps:
- run: pacman -Syu --noconfirm
- uses: actions/checkout@v3
Expand All @@ -32,7 +32,7 @@ jobs:

lint:
runs-on: ubuntu-22.04
container: rnestler/archlinux-rust:1.75.0
container: rnestler/archlinux-rust:1.76.0
steps:
- run: pacman -Syu --noconfirm
- uses: actions/checkout@v3
Expand All @@ -53,7 +53,7 @@ jobs:

fmt:
runs-on: ubuntu-22.04
container: rnestler/archlinux-rust:1.75.0
container: rnestler/archlinux-rust:1.76.0
steps:
- run: pacman -Syu --noconfirm
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cargo install reboot-arch-btw

## Build

This project requires Rust 1.75.0 or newer. Also you need to have dbus
This project requires Rust 1.76.0 or newer. Also you need to have dbus
installed.

```Shell
Expand Down

0 comments on commit c77b29b

Please sign in to comment.