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 = "*"
|
serde_json = "*"
|
||||||
rand = "0.6"
|
rand = "0.6"
|
||||||
rusqlite = { version = "*", features = ["bundled"] }
|
rusqlite = { version = "*", features = ["bundled"] }
|
||||||
|
serenity = { version = "0.6", default-features = false, features = [ "builder", "cache", "client", "framework", "gateway", "model", "standard_framework", "utils", "voice", "rustls_backend"]}
|
||||||
[dependencies.serenity]
|
parking_lot = { version = "*" }
|
||||||
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
|
|
||||||
|
|
Loading…
Reference in a new issue