v0.1.1-pre.003-fix.001

This commit is contained in:
2026-08-14 15:40:48 +02:00
parent 75e5ec047f
commit 4a86a76ca8
6 changed files with 151 additions and 14 deletions

View File

@@ -1,18 +1,21 @@
# file: Cargo.toml
# version: 21
# version: 22
[workspace]
resolver = "3"
members = ["crates/ksp-core-lib"]
[workspace.package]
version = "0.1.1-pre.3"
version = "0.1.1-pre.3.fix.1"
edition = "2024"
license = "MIT"
repository = "https://git.sasedev.com/Sasedev/khadhroony-solana-project"
authors = ["SinuS von SifriduS <sinus@sasedev.net>"]
publish = false
[workspace.dependencies]
solana-pubkey = { version = "^4.3", default-features = false }
[workspace.lints.rust]
missing_docs = "warn"
unreachable_pub = "deny"