updated everything
This commit is contained in:
13
Cargo.toml
13
Cargo.toml
@@ -1,13 +1,14 @@
|
||||
[package]
|
||||
name = "soundfx-rs"
|
||||
version = "1.0.1-rc.6"
|
||||
authors = ["jude-lafitteIII <judewrs@gmail.com>"]
|
||||
version = "1.1.0"
|
||||
authors = ["jellywx <judesouthworth@pm.me>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
serenity = { git = "https://github.com/jellywx/serenity", branch = "jellywx-member_permissions", features = ["voice", "collector"] }
|
||||
sqlx = { version = "0.3.5", default-features = false, features = ["runtime-tokio", "macros", "mysql", "bigdecimal"] }
|
||||
serenity = { version = "0.10", features = ["voice", "collector"] }
|
||||
sqlx = { git = "https://github.com/ant32/sqlx.git", branch = "tokio-1.0", default-features = false, features = ["runtime-tokio-rustls", "macros", "mysql", "bigdecimal"] }
|
||||
dotenv = "0.15"
|
||||
tokio = { version = "0.2", features = ["fs", "process", "io-util"] }
|
||||
tokio = { version = "1.0", features = ["fs", "process", "io-util"] }
|
||||
lazy_static = "1.4"
|
||||
reqwest = "0.10"
|
||||
reqwest = "0.11"
|
||||
songbird = "0.1"
|
||||
|
||||
Reference in New Issue
Block a user