Release 2.0.0

This commit is contained in:
Neshura 2023-12-17 20:19:37 +01:00
parent f0da95ffae
commit 079e9f5e11
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
2 changed files with 57 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "ascendance-of-a-bookworm-bot"
version = "1.1.0"
version = "2.0.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -19,3 +19,4 @@ tokio = { version = "^1.32.0", features = ["rt", "rt-multi-thread", "macros"] }
url = "^2.4.0"
confy = "0.5.1"
dotenv = "0.15.0"
toml = "0.8.8"