From f92720eacefc12622203af475c989b824338f8aa Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Thu, 23 Nov 2023 23:59:52 +0100 Subject: [PATCH] chore: bump version to 1.0.0 --- Cargo.lock | 2 +- Cargo.toml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3f0d669..2307a0e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1121,7 +1121,7 @@ checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" [[package]] name = "p4bl0t" -version = "0.1.0" +version = "1.0.0" dependencies = [ "color-eyre", "dotenvy", diff --git a/Cargo.toml b/Cargo.toml index e5c8fa2..60f2fae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "p4bl0t" -version = "0.1.0" +version = "1.0.0" edition = "2021" authors = ["Lucien Cartier-Tilet "] 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" -- 2.45.2