Bump serenity version
This commit is contained in:
parent
19b0719719
commit
da1c9a5d2e
1 changed files with 2 additions and 23 deletions
25
Cargo.toml
25
Cargo.toml
|
@ -9,26 +9,5 @@ typemap = "~0.3"
|
|||
serde_json = "*"
|
||||
rand = "0.6"
|
||||
rusqlite = { version = "*", features = ["bundled"] }
|
||||
|
||||
[dependencies.serenity]
|
||||
default-features = false
|
||||
features = [
|
||||
"builder",
|
||||
"cache",
|
||||
"client",
|
||||
"framework",
|
||||
"gateway",
|
||||
"model",
|
||||
"standard_framework",
|
||||
"utils",
|
||||
"voice"
|
||||
]
|
||||
version = "0.5"
|
||||
git = "https://github.com/hodasemi/serenity.git"
|
||||
branch = "current"
|
||||
|
||||
[dependencies.parking_lot]
|
||||
version = "^0.5"
|
||||
|
||||
[profile.dev]
|
||||
codegen-units = 16
|
||||
serenity = { version = "0.6", default-features = false, features = [ "builder", "cache", "client", "framework", "gateway", "model", "standard_framework", "utils", "voice", "rustls_backend"]}
|
||||
parking_lot = { version = "*" }
|
||||
|
|
Loading…
Reference in a new issue