Merge pull request 'chore: bump version to 1.0.0' (#14) from feature/release-1.0 into develop

Reviewed-on: #14
This commit is contained in:
Lucien Cartier-Tilet 2023-11-23 23:04:53 +00:00
commit 75cd5dd7cb
2 changed files with 2 additions and 4 deletions

2
Cargo.lock generated
View File

@ -1121,7 +1121,7 @@ checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
[[package]]
name = "p4bl0t"
version = "0.1.0"
version = "1.0.0"
dependencies = [
"color-eyre",
"dotenvy",

View File

@ -1,6 +1,6 @@
[package]
name = "p4bl0t"
version = "0.1.0"
version = "1.0.0"
edition = "2021"
authors = ["Lucien Cartier-Tilet <lucien@phundrak.com>"]
license-file = "LICENSE.md"
@ -11,8 +11,6 @@ repository = "https://github.com/phundrak/p4bl0t"
keywords = ["discord", "bot", "logging"]
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
color-eyre = "0.6.2"
dotenvy = "0.15.7"