Skip to content

Commit

Permalink
Update Bevy RC 2
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi committed Jun 8, 2024
1 parent 6abc324 commit de26ea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ csv = ["dep:csv"]
postcard = ["dep:postcard"]

[dependencies]
bevy = { git = "https://github.com/bevyengine/bevy", default-features = false, features = ["bevy_asset"] }
bevy = { version = "0.14.0-rc.2", default-features = false, features = ["bevy_asset"] }
serde_toml = { version = "0.8", package = "toml", optional = true }
serde_ron = { version = "0.8", package = "ron", optional = true }
serde_yaml = { version = "0.9", optional = true }
Expand All @@ -37,7 +37,7 @@ anyhow = { version = "1" }
postcard = {version = "1.0", features = ["use-std"], optional = true}

[dev-dependencies]
bevy = { git = "https://github.com/bevyengine/bevy" }
bevy = { version = "0.14.0-rc.2" }
serde = { version = "1" }

[package.metadata.docs.rs]
Expand Down

0 comments on commit de26ea8

Please sign in to comment.