chore: bump version to 1.0.0 #14

Merged
phundrak merged 1 commits from feature/release-1.0 into develop 2023-11-23 23:04:53 +00:00
2 changed files with 2 additions and 4 deletions
Showing only changes of commit f92720eace - Show all commits

2
Cargo.lock generated
View File

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

View File

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