diff --git a/crates/bevy_time/Cargo.toml b/crates/bevy_time/Cargo.toml index 93d14281198d0..e12b04423c463 100644 --- a/crates/bevy_time/Cargo.toml +++ b/crates/bevy_time/Cargo.toml @@ -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