Skip to content

Commit

Permalink
Update to bevy 0.14 and Rust 1.79 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
alepez authored Jul 26, 2024
1 parent 956dd32 commit 447fe9e
Show file tree
Hide file tree
Showing 11 changed files with 804 additions and 522 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@master
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
components: rustfmt
Expand All @@ -40,7 +40,7 @@ jobs:
# We test lavagna on a pinned version of Rust, along with the moving
# targets of 'stable', 'beta', 'nightly'.
rust_version:
- 1.76.0
- 1.79.0
- stable
- beta
- nightly
Expand Down
Loading

0 comments on commit 447fe9e

Please sign in to comment.