Skip to content

Commit

Permalink
Bump Bevy to 0.14.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi committed Jun 17, 2024
1 parent a1da9cc commit e3a6ae3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_common_assets"
version = "0.11.0-rc.2.1"
version = "0.11.0-rc.3"
authors = ["Niklas Eicker <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -23,7 +23,7 @@ csv = ["dep:csv"]
postcard = ["dep:postcard"]

[dependencies]
bevy = { version = "0.14.0-rc.2", default-features = false, features = ["bevy_asset"] }
bevy = { version = "0.14.0-rc.3", 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 = { version = "0.14.0-rc.2" }
bevy = { version = "0.14.0-rc.3" }
serde = { version = "1" }

[package.metadata.docs.rs]
Expand Down

0 comments on commit e3a6ae3

Please sign in to comment.