Skip to content

Commit

Permalink
Merge pull request #141 from ValgulNecron/dev
Browse files Browse the repository at this point in the history
Rolled back dep
  • Loading branch information
ValgulNecron committed Jul 12, 2024
2 parents 155ad02 + 1a46cbc commit f47b507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serenity = { git = "https://github.com/serenity-rs/serenity.git", branch = "curr
#serenity = { path = "serenity", default-features = false, features = ["client", "gateway", "rustls_backend", "model", "utils", "full", "unstable_discord_api"] }
tokio = { version = "1.38.0", features = ["full"] }
sqlx = { version = "0.7.4", features = ["sqlite", "runtime-tokio-native-tls", "postgres"] }
rand = "0.9.0-alpha.1"
rand = "0.8.5"
chrono = "0.4.38"
uuid = { version = "1.10.0", features = ["v4"] }
image = "0.25.1"
Expand Down

0 comments on commit f47b507

Please sign in to comment.