Skip to content

Commit 7e29b64

Browse files
authored
Upgrade bevy_discord to 0.6 (#1)
1 parent fbf039b commit 7e29b64

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ azalea = { git = "https://github.com/azalea-rs/azalea", default-features = false
2121
azalea-viaversion = { git = "https://github.com/azalea-rs/azalea-viaversion", optional = true }
2222
#azalea-viaversion = { path = "../azalea-viaversion", optional = true }
2323
base64 = "0.22"
24-
bevy-discord = { git = "https://github.com/AS1100K/bevy-discord", features = ["bot"], optional = true }
25-
#bevy-discord = { version = "0.6.0-rc.1", features = ["bot"], optional = true }
24+
bevy-discord = { version = "0.6.0", features = ["bot"], optional = true }
2625
bounded-counter = { version = "0.1", features = ["deref", "deref_mut"] }
2726
chrono = "0.4"
2827
derive_more = { version = "2", features = ["full"] }
@@ -68,4 +67,4 @@ unexpected_cfgs = { level = "warn", check-cfg = ["cfg(bevy_lint)"] }
6867
opt-level = 1
6968

7069
[profile.dev.package."*"]
71-
opt-level = 3
70+
opt-level = 3

0 commit comments

Comments
 (0)