diff --git a/Cargo.toml b/Cargo.toml index acf58c8..d7b2b3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" [dependencies] futures = "0.3" -bevy = { version = "0.11", default-features = false } +bevy = { version = "0.12", default-features = false } cfg-if = "1.0" async-std = "1.12"