Skip to content

Commit

Permalink
downgrade thiserror to 1.0.X since Bevy still use it
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-bon committed Dec 3, 2024
1 parent 4daebbd commit c1f0343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ tiled = "0.13"
# Utilities
futures-lite = "2.5"
log = "0.4"
thiserror = "2.0"
thiserror = "1.0"

# Optional dependencies, enabled via features.
bevy_rapier2d = { git = "https://github.com/Vrixyz/bevy_rapier.git", rev = "61d3ef2ffc0793008f652a3a2f3552f40bbecdcb", optional = true }
Expand Down

0 comments on commit c1f0343

Please sign in to comment.