Skip to content

Commit

Permalink
Downgrades main bevy crates to 0.12.0
Browse files Browse the repository at this point in the history
A change in Event lifetime was added to 0.12.1 that breaks the fire breath resource restoration.
  • Loading branch information
mnmaita committed Jan 24, 2024
1 parent d6cf2e6 commit 85f3034
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 51 deletions.
100 changes: 50 additions & 50 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rust-version = "1.74.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bevy = { version = "0.12.1", default-features = false, features = [
bevy = { version = "0.12.0", default-features = false, features = [
"bevy_asset",
"bevy_audio",
"bevy_core_pipeline",
Expand Down

0 comments on commit 85f3034

Please sign in to comment.