Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
cycle-five committed Nov 23, 2024
1 parent a91a3a4 commit 52032a3
Show file tree
Hide file tree
Showing 8 changed files with 53 additions and 48 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions crack-bf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[package]
name = "crack-bf"
version = "0.3.14"
version = "0.3.15-alpha.1"
edition = "2021"
authors = ["Cycle Five <[email protected]>"]
publish = true
license = "MIT"
description = "Brainfuck interpreter for cracktunes. v0.1.0"
keywords = [
"music",
"discord",
"bot",
"crack",
"tunes",
"brainfuck",
"programming language",
"music",
"discord",
"bot",
"crack",
"tunes",
"brainfuck",
"programming language",
]
categories = ["multimedia::audio"]
homepage = "https://cracktun.es/"
Expand Down
14 changes: 7 additions & 7 deletions crack-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Cycle Five <[email protected]>"]
name = "cracktunes"
version = "0.3.14"
version = "0.3.15-alpha.1"
description = "Cracktunes is a hassle-free, highly performant, host-it-yourself, cracking smoking, discord-music-bot."
publish = true
edition = "2021"
Expand All @@ -25,10 +25,10 @@ eula = false
default = ["crack-tracing"]

crack-telemetry = [
"crack-metrics",
"opentelemetry",
"opentelemetry_sdk",
"tracing-bunyan-formatter",
"crack-metrics",
"opentelemetry",
"opentelemetry_sdk",
"tracing-bunyan-formatter",
]
crack-tracing = ["tracing-subscriber"]
crack-metrics = ["prometheus", "warp"]
Expand All @@ -40,13 +40,13 @@ crack-types = { path = "../crack-types/" }
config-file = { version = "0.2", features = ["json"] }
dotenvy = "0.15"
tracing-subscriber = { version = "0.3", features = [
"env-filter",
"env-filter",
], optional = true }

# crack-metrics
prometheus = { version = "0.13", features = ["process"], optional = true }
warp = { version = "0.3", default-features = false, features = [
"tls",
"tls",
], optional = true }
opentelemetry = { version = "0.25.0", optional = true }
opentelemetry_sdk = { version = "0.25.0", optional = true }
Expand Down
30 changes: 15 additions & 15 deletions crack-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crack-core"
version = "0.3.14"
version = "0.3.15-alpha.1"
authors = ["Cycle Five <[email protected]>"]
edition = "2021"
description = "Core module for the cracking smoking, discord-music-bot Cracktunes."
Expand All @@ -16,13 +16,13 @@ workspace = "../"

[features]
default = [
"crack-playlist",
"crack-music",
"crack-tracing",
"crack-testing",
"crack-types",
"ignore-presence-log",
"cache",
"crack-playlist",
"crack-music",
"crack-tracing",
"crack-testing",
"crack-types",
"ignore-presence-log",
"cache",
]
cache = ["serenity/cache", "poise/cache"]
crack-activity = []
Expand Down Expand Up @@ -108,13 +108,13 @@ ctor = "0.2"
tungstenite = "0.24.0"
async-tungstenite = "0.28.0"
sqlx = { version = "0.8.2", features = [
"runtime-tokio",
"tls-rustls",
"macros",
"postgres",
"chrono",
"migrate",
"json",
"runtime-tokio",
"tls-rustls",
"macros",
"postgres",
"chrono",
"migrate",
"json",
] }

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crack-gpt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crack-gpt"
version = "0.3.14"
version = "0.3.15-alpha.1"
edition = "2021"
authors = ["Cycle Five <[email protected]>"]
publish = true
Expand Down
2 changes: 1 addition & 1 deletion crack-osint/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crack-osint"
version = "0.3.14"
version = "0.3.15-alpha.1"
edition = "2021"
authors = ["Cycle Five <[email protected]>"]
publish = true
Expand Down
18 changes: 9 additions & 9 deletions crack-testing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Cycle Five <[email protected]>"]
name = "crack-testing"
version = "0.3.14"
version = "0.3.15-alpha.1"
edition = "2021"
publish = true
license = "MIT"
Expand All @@ -23,14 +23,14 @@ once_cell = "1.20"
futures = "0.3"
rand = "0.8"
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",
] }
serenity = { workspace = true }
tracing = "0.1.40"
Expand Down
7 changes: 6 additions & 1 deletion crack-voting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ publish = true
license = "MIT"
description = "Service to handle toplist voting for Crack Tunes."
keywords = ["music", "discord", "bot", "crack", "tunes", "top.gg", "dbl"]
categories = ["multimedia::audio"]
categories = [
"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.
#repository = "https://git.sr.ht/~cycle-five/cracktunes"
Expand Down

0 comments on commit 52032a3

Please sign in to comment.