Remove thiserror from bevy_time (#15759)

# Objective

- Contributes to #15460

## Solution

- Removed `thiserror` from `bevy_time`

## Notes

`thiserror` actually wasn't even used in this crate.
This commit is contained in:
Zachary Harrold 2024-10-10 01:13:28 +11:00 committed by GitHub
parent a7ed13ad17
commit 6cc2322fa3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,6 @@ bevy_utils = { path = "../bevy_utils", version = "0.15.0-dev" }
# other
crossbeam-channel = "0.5.0"
serde = { version = "1", features = ["derive"], optional = true }
thiserror = "1.0"
[lints]
workspace = true