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
@ -26,7 +26,6 @@ bevy_utils = { path = "../bevy_utils", version = "0.15.0-dev" }
|
|||||||
# other
|
# other
|
||||||
crossbeam-channel = "0.5.0"
|
crossbeam-channel = "0.5.0"
|
||||||
serde = { version = "1", features = ["derive"], optional = true }
|
serde = { version = "1", features = ["derive"], optional = true }
|
||||||
thiserror = "1.0"
|
|
||||||
|
|
||||||
[lints]
|
[lints]
|
||||||
workspace = true
|
workspace = true
|
||||||
|
Loading…
Reference in New Issue
Block a user