mirror of
https://github.com/bevyengine/bevy
synced 2024-11-21 20:23:28 +00:00
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:
parent
a7ed13ad17
commit
6cc2322fa3
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue