diff --git a/crates/bevy_ui/Cargo.toml b/crates/bevy_ui/Cargo.toml index caf95361fdbad..987179a663379 100644 --- a/crates/bevy_ui/Cargo.toml +++ b/crates/bevy_ui/Cargo.toml @@ -34,4 +34,4 @@ taffy = "0.1.0" serde = { version = "1", features = ["derive"] } smallvec = { version = "1.6", features = ["union", "const_generics"] } bytemuck = { version = "1.5", features = ["derive"] } -thiserror = "1.0.37" +thiserror = "1.0.0"