Skip to content

Commit 9c91120

Browse files
committed
Update to full Bevy 0.17 release
1 parent b7b76f6 commit 9c91120

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ libm = ["bevy/libm"]
2727
critical-section = ["bevy/critical-section"]
2828

2929
[dependencies]
30-
bevy = { version = "0.17.0-rc", default-features = false }
30+
bevy = { version = "0.17", default-features = false }
3131

3232
# Serialization
3333
serde = { version = "1.0", default-features = false, optional = true }
3434

3535
[dev-dependencies]
36-
bevy = { version = "0.17.0-rc", default-features = false, features = [
36+
bevy = { version = "0.17", default-features = false, features = [
3737
"bevy_core_pipeline",
3838
"bevy_text",
3939
"bevy_ui",

0 commit comments

Comments
 (0)