Skip to content

Commit

Permalink
Upgraded bevy 0.13 to 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
AS1100K committed Nov 8, 2024
1 parent ac5fcb1 commit 2a20f4e
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,7 +1,7 @@
[package]
name = "bevy-discord"
description = "A bevy plugin for sending and receiving discord messages."
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["Aditya Kumar <[email protected]>"]
readme = "README.md"
Expand All @@ -17,8 +17,8 @@ http = ["dep:serenity"]
bot_cache = ["serenity/cache"]

[dependencies]
bevy_app = "0.13"
bevy_ecs = "0.13"
bevy_app = "0.14"
bevy_ecs = "0.14"
flume = "0.11"
serenity = { version = "0.12", features = [
"gateway",
Expand All @@ -30,7 +30,7 @@ tracing = "0.1"
tokio = { version = "1", features = ["rt-multi-thread", "rt"] }

[dev-dependencies]
bevy = "0.13"
bevy = "0.14"
serde_json = "1"

[package.metadata.docs.rs]
Expand Down

0 comments on commit 2a20f4e

Please sign in to comment.