v0.4.8-pre.012

This commit is contained in:
2026-08-07 09:54:53 +02:00
parent dcc1d382d9
commit f5efce576b
16 changed files with 1901 additions and 38 deletions

View File

@@ -1,5 +1,5 @@
# file: Cargo.toml
# version: 34
# version: 35
[workspace]
resolver = "3"
@@ -18,7 +18,7 @@ members = [
]
[workspace.package]
version = "0.4.8-pre.11"
version = "0.4.8-pre.12"
edition = "2024"
license = "MIT"
repository = "https://git.sasedev.com/Sasedev/khadhroony-bot3"
@@ -99,7 +99,7 @@ tracing = { version = "^0.1", features = [] }
tracing-appender = { version = "^0.2", features = [] }
tracing-subscriber = { version = "^0.3", features = ["ansi", "env-filter", "chrono", "serde", "json"] }
wincode = { version = "^0.5", features = ["alloc", "bytes", "derive", "indexmap", "smallvec", "uuid", "uuid-serde-compat"] }
ts-rs = { version = "^12.0", features = ["bigdecimal", "bson", "bytes", "chrono", "indexmap", "ordered-float", "serde_json", "serde-json-impl", "tokio", "url", "uuid"] }
ts-rs = { version = "^12.0", features = ["bigdecimal", "bson", "bytes", "chrono", "indexmap", "ordered-float", "serde-json-impl", "tokio", "url", "uuid"] }
yellowstone-grpc-client = { version = "^13.1", features = [] }
yellowstone-grpc-proto = { version = "^12.5", features = [] }
uuid = { version = "^1.23", features = ["v4", "serde"] }