Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Upgrade bevy, Rust and other dependencies (#230)
Browse files Browse the repository at this point in the history
* Upgrading bevy to 0.14.1

* Upgrading rust to nightly-2024-08-29 on CI

* Upgrading patch version of dependencies
  • Loading branch information
porkbrain authored Aug 30, 2024
1 parent 352e716 commit 9ce984c
Show file tree
Hide file tree
Showing 14 changed files with 500 additions and 442 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
key: ${{ runner.os }}-cargo-check-${{ hashFiles('**/Cargo.toml') }}
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2024-06-25
toolchain: nightly-2024-08-29
components: rustfmt, clippy
- name: Install dependencies
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
Expand Down
Loading

0 comments on commit 9ce984c

Please sign in to comment.