Skip to content

Commit 2749ab4

Browse files
authored
Update bevy dependency to 0.17.2 (#668)
The gets us off the release-candidate version and gives us all the bug fixes Bevy 0.17 has to offer. While doing this, I also ran `cargo update` :)
1 parent b6871a6 commit 2749ab4

File tree

17 files changed

+2350
-2455
lines changed

17 files changed

+2350
-2455
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# The CLI and linter's UI tests depend on Bevy with default features. This requires extra
3838
# packages, such as `alsa` and `udev`, to be installed on Linux.
3939
- name: Install Linux dependencies
40-
uses: bevyengine/bevy/.github/actions/[email protected].0-rc.1
40+
uses: bevyengine/bevy/.github/actions/[email protected].2
4141

4242
- name: Cache build artifacts
4343
uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)