Skip to content

Commit

Permalink
Merge branch 'main' of github.com:DanceMore/rust_bridgebot
Browse files Browse the repository at this point in the history
  • Loading branch information
DanceMore committed Dec 9, 2023
2 parents fefdc88 + e38e50f commit b01f1b8
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 @@ -7,6 +7,6 @@ edition = "2021"
dotenv = "0.15.0"
serenity = { version = "0.12.0", features = ["framework", "standard_framework"] }
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread"] }
diesel = { version = "2.1.3", features = ["postgres"] }
diesel = { version = "2.1.4", features = ["postgres"] }
log = "0.4"
env_logger = "0.10"

0 comments on commit b01f1b8

Please sign in to comment.