diff --git a/Cargo.toml b/Cargo.toml index fcfb7c2..872cd0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ exclude = [".github/**/*"] [dependencies] anyhow = "1.0.70" -bevy = { version = "0.11.0", default-features = false, features = [ +bevy = { version = "0.12.0", default-features = false, features = [ "bevy_asset", ] } fluent = "0.16.0" @@ -37,5 +37,5 @@ unic-langid = { version = "0.9.1", features = ["serde"] } uuid = { version = "1.3.1", features = ["serde", "v4", "v5"] } [dev-dependencies] -bevy = "0.11.0" +bevy = "0.12.0" unic-langid = { version = "0.9.1", features = ["macros"] }