Skip to content

Commit

Permalink
bump rust to 1.79.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jw3 committed Nov 12, 2024
1 parent 26e4f8e commit 45fd5b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@v1
with:
toolchain: 1.71.1
toolchain: 1.79.0
- name: Install extra locales
id: install_locales
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: dtolnay/rust-toolchain@v1
with:
components: rustfmt
toolchain: 1.71.1
toolchain: 1.79.0
- run: rustup component add rustfmt
# use a placeholder for bindgen bindings
- run: echo "//placeholder" | tee crates/auparse/sys/src/bindings.rs
Expand All @@ -43,7 +43,7 @@ jobs:
sudo apt-get install libdbus-1-dev libaudit-dev libauparse-dev
- uses: dtolnay/rust-toolchain@v1
with:
toolchain: 1.71.1
toolchain: 1.79.0
- uses: actions-rs/cargo@v1
with:
command: check
Expand All @@ -61,7 +61,7 @@ jobs:
- uses: dtolnay/rust-toolchain@v1
with:
components: clippy
toolchain: 1.71.1
toolchain: 1.79.0
- run: rustup component add clippy
- uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
sudo apt-get install libdbus-1-dev libaudit-dev libauparse-dev
- uses: dtolnay/rust-toolchain@v1
with:
toolchain: 1.71.1
toolchain: 1.79.0
- uses: actions-rs/cargo@v1
with:
command: test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install toolchain
uses: dtolnay/rust-toolchain@v1
with:
toolchain: 1.71.1
toolchain: 1.79.0

- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 45fd5b6

Please sign in to comment.