Skip to content

Commit

Permalink
Bump Bevy to 0.14.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi committed Jun 28, 2024
1 parent e3a6ae3 commit 53a477b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.3"
version = "0.11.0-rc.4"
authors = ["Niklas Eicker <git@nikl.me>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -23,21 +23,21 @@ csv = ["dep:csv"]
postcard = ["dep:postcard"]

[dependencies]
bevy = { version = "0.14.0-rc.3", default-features = false, features = ["bevy_asset"] }
bevy = { version = "0.14.0-rc.4", 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 }
serde_json = { version = "1", optional = true }
rmp-serde = { version = "1", optional = true }
csv = { version = "1", optional = true }
thiserror = "1.0"
quick-xml = { version = "0.31", features = [ "serialize" ], optional = true }
quick-xml = { version = "0.34", features = [ "serialize" ], optional = true }
serde = { version = "1" }
anyhow = { version = "1" }
postcard = {version = "1.0", features = ["use-std"], optional = true}

[dev-dependencies]
bevy = { version = "0.14.0-rc.3" }
bevy = { version = "0.14.0-rc.4" }
serde = { version = "1" }

[package.metadata.docs.rs]
Expand Down

0 comments on commit 53a477b

Please sign in to comment.