From 93629037a080c622b4770ff92646fa40af877fac Mon Sep 17 00:00:00 2001 From: Cycle Five Date: Sat, 23 Nov 2024 01:28:25 +0000 Subject: [PATCH] chore: update version --- crack-bf/Cargo.toml | 2 +- crack-cli/Cargo.toml | 2 +- crack-core/Cargo.toml | 2 +- crack-gpt/Cargo.toml | 2 +- crack-osint/Cargo.toml | 2 +- crack-testing/Cargo.toml | 2 +- crack-types/Cargo.toml | 26 +++++++++++++------------- crack-voting/Cargo.toml | 2 +- 8 files changed, 20 insertions(+), 20 deletions(-) diff --git a/crack-bf/Cargo.toml b/crack-bf/Cargo.toml index 113be0653..a419d427c 100644 --- a/crack-bf/Cargo.toml +++ b/crack-bf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crack-bf" -version = "0.3.15-alpha.1" +version = "0.3.15-alpha.2" edition = "2021" authors = ["Cycle Five "] publish = true diff --git a/crack-cli/Cargo.toml b/crack-cli/Cargo.toml index cc7102ad8..0da7e2eb3 100644 --- a/crack-cli/Cargo.toml +++ b/crack-cli/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Cycle Five "] name = "cracktunes" -version = "0.3.15-alpha.1" +version = "0.3.15-alpha.2" description = "Cracktunes is a hassle-free, highly performant, host-it-yourself, cracking smoking, discord-music-bot." publish = true edition = "2021" diff --git a/crack-core/Cargo.toml b/crack-core/Cargo.toml index 472ffee1a..b99341202 100644 --- a/crack-core/Cargo.toml +++ b/crack-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crack-core" -version = "0.3.15-alpha.1" +version = "0.3.15-alpha.2" authors = ["Cycle Five "] edition = "2021" description = "Core module for the cracking smoking, discord-music-bot Cracktunes." diff --git a/crack-gpt/Cargo.toml b/crack-gpt/Cargo.toml index b0afdd1c3..4a514cb6d 100644 --- a/crack-gpt/Cargo.toml +++ b/crack-gpt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crack-gpt" -version = "0.3.15-alpha.1" +version = "0.3.15-alpha.2" edition = "2021" authors = ["Cycle Five "] publish = true diff --git a/crack-osint/Cargo.toml b/crack-osint/Cargo.toml index 4105096d1..dbb726968 100644 --- a/crack-osint/Cargo.toml +++ b/crack-osint/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crack-osint" -version = "0.3.15-alpha.1" +version = "0.3.15-alpha.2" edition = "2021" authors = ["Cycle Five "] publish = true diff --git a/crack-testing/Cargo.toml b/crack-testing/Cargo.toml index eac4dde19..fa77d21bb 100644 --- a/crack-testing/Cargo.toml +++ b/crack-testing/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Cycle Five "] name = "crack-testing" -version = "0.3.15-alpha.1" +version = "0.3.15-alpha.2" edition = "2021" publish = true license = "MIT" diff --git a/crack-types/Cargo.toml b/crack-types/Cargo.toml index 33c118abb..19466c4c2 100644 --- a/crack-types/Cargo.toml +++ b/crack-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crack-types" -version = "0.3.14" +version = "0.3.15-alpha.2" edition = "2021" authors = ["Cycle Five "] publish = true @@ -8,10 +8,10 @@ license = "MIT" description = "Common types for Crack Tunes." keywords = ["music", "discord", "bot", "crack", "tunes", "types"] categories = [ - "multimedia::audio", - "multimedia::music", - "multimedia::discord", - "multimedia::bot", + "multimedia::audio", + "multimedia::music", + "multimedia::discord", + "multimedia::bot", ] homepage = "https://cracktun.es/" # The official main repo is sr.ht, this is needed for the CI/CD pipeline. @@ -25,14 +25,14 @@ songbird = { workspace = true } serenity = { workspace = true } tokio = { version = "1.40", features = ["rt-multi-thread"] } reqwest = { version = "0.12", default-features = false, features = [ - "blocking", - "json", - "multipart", - "rustls-tls", - "cookies", - "charset", - "http2", - "macos-system-configuration", + "blocking", + "json", + "multipart", + "rustls-tls", + "cookies", + "charset", + "http2", + "macos-system-configuration", ] } url = "2.5" thiserror = "1.0" diff --git a/crack-voting/Cargo.toml b/crack-voting/Cargo.toml index 2f8ffa586..0b0ee97d3 100644 --- a/crack-voting/Cargo.toml +++ b/crack-voting/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crack-voting" -version = "0.3.14" +version = "0.3.15-alpha.2" edition = "2021" authors = ["Cycle Five "] publish = true