v0.1.4-pre.016-fix.001

This commit is contained in:
2026-08-16 19:13:48 +02:00
parent 5aa538ed5d
commit 3021996658
7 changed files with 154 additions and 29 deletions

View File

@@ -1,12 +1,12 @@
# file: Cargo.toml
# version: 86
# version: 87
[workspace]
resolver = "3"
members = ["crates/ksp-app-config-desk", "crates/ksp-config-lib", "crates/ksp-core-lib", "crates/ksp-logging-lib"]
[workspace.package]
version = "0.1.4-pre.16"
version = "0.1.4-pre.16.fix.1"
edition = "2024"
license = "MIT"
repository = "https://git.sasedev.com/Sasedev/khadhroony-solana-project"
@@ -23,7 +23,7 @@ tracing = { version = "^0.1", default-features = false, features = ["std"] }
tracing-subscriber = { version = "^0.3", default-features = false, features = ["fmt", "json", "ansi"] }
tracing-appender = { version = "^0.2", default-features = false }
tokio = { version = "^1.53", default-features = false, features = ["rt", "rt-multi-thread", "macros", "time"] }
time = { version = "^0.3", default-features = false, features = ["std"] }
chrono = { version = "^0.4", default-features = false, features = ["std", "now"] }
tauri = { version = "^2.11" }
tauri-build = { version = "^2.6" }
tauri-plugin-tracing = { version = "^0.3" }