We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff607d commit 9fd7fe9Copy full SHA for 9fd7fe9
1 file changed
Cargo.toml
@@ -27,13 +27,13 @@ libm = ["bevy/libm"]
27
critical-section = ["bevy/critical-section"]
28
29
[dependencies]
30
-bevy = { version = "0.16.0-rc.2", default-features = false }
+bevy = { version = "0.16.0-rc", default-features = false }
31
32
# Serialization
33
serde = { version = "1.0", default-features = false, optional = true }
34
35
[dev-dependencies]
36
-bevy = { version = "0.16.0-rc.2", default-features = false, features = [
+bevy = { version = "0.16.0-rc", default-features = false, features = [
37
"bevy_core_pipeline",
38
"bevy_text",
39
"bevy_ui",
0 commit comments