From 3c398bf777e2909b43d6c72ee0b048f1dd950541 Mon Sep 17 00:00:00 2001 From: Sebastien Rousseau Date: Sat, 23 Dec 2023 21:17:04 +0000 Subject: [PATCH 1/4] fix(mini-functions): :bug: Incorrect category --- Cargo.toml | 46 ++-------------------------------------------- 1 file changed, 2 insertions(+), 44 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3dfaf39a..1a640058 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["The minifunctions contributors "] build = "build.rs" -categories = ["development-tools", "parsing", "randomness", "security", "time"] +categories = ["development-tools", "parsing", "randomness", "security", "date-and-time"] description = "A Rust library of highly performant utility and wrapper functions" documentation = "https://docs.rs/mini-functions" edition = "2021" @@ -27,53 +27,11 @@ include = [ "/tests/**", ] keywords = [ - "barcode", - "checksum", - "cclm", - "cryptography", - "cmn", - "dtt", - "date", - "datetime", - "debugging", - "digest", - "encoding", - "encryption", - "error-handling", - "error", - "exception-handling", - "exception", - "functions", - "handling", - "hsh", - "hash", - "hashing", - "helper", - "cjwt", - "json", - "jwt", "libraries", - "log", - "rlg", - "logging", "mini-functions", - "pwd", - "password-generator", - "password", - "passwords", - "pseudo-random", - "qr", - "qrc", - "qrcode", - "vrd", - "random-generation", - "random-number", - "random", - "security", - "time", "toolkit", - "tracing", "utilities", + "functions", ] license = "Apache-2.0 OR MIT" name = "mini-functions" From 646982fd5a8867d0fe9bcabd9badfa55addff15e Mon Sep 17 00:00:00 2001 From: Sebastien Rousseau Date: Sat, 23 Dec 2023 21:18:45 +0000 Subject: [PATCH 2/4] fix(mini-functions): :bug: Incorrect category --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1a640058..a1c38187 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["The minifunctions contributors "] build = "build.rs" -categories = ["development-tools", "parsing", "randomness", "security", "date-and-time"] +categories = ["development-tools", "parsing", "value-formatting", "security", "date-and-time"] description = "A Rust library of highly performant utility and wrapper functions" documentation = "https://docs.rs/mini-functions" edition = "2021" From b2dd511499bdeff334de43d1ba36fc4bc0e6f6fd Mon Sep 17 00:00:00 2001 From: Sebastien Rousseau Date: Sat, 23 Dec 2023 21:19:50 +0000 Subject: [PATCH 3/4] fix(mini-functions): :bug: Incorrect category --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a1c38187..56fed7c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["The minifunctions contributors "] build = "build.rs" -categories = ["development-tools", "parsing", "value-formatting", "security", "date-and-time"] +categories = ["development-tools", "parsing", "value-formatting", "algorithms", "date-and-time"] description = "A Rust library of highly performant utility and wrapper functions" documentation = "https://docs.rs/mini-functions" edition = "2021" From ed7ca2ea25a50aa60989bc2e1463b1d977b12d20 Mon Sep 17 00:00:00 2001 From: Sebastien Rousseau Date: Sat, 23 Dec 2023 21:24:15 +0000 Subject: [PATCH 4/4] chore(mini-functions): :bookmark: v0.0.9 --- .github/workflows/rust.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 2d1112d2..cdd44271 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -101,7 +101,7 @@ jobs: steps: - name: Checkout repository 🛎️ id: checkout-repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: { submodules: true } - name: Installing Rust 🦀 diff --git a/Cargo.toml b/Cargo.toml index 56fed7c4..cabcf185 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ name = "mini-functions" readme = "README.md" repository = "https://github.com/sebastienrousseau/mini-functions.git" rust-version = "1.67" -version = "0.0.8" +version = "0.0.9" [dependencies] cclm = "0.0.1"