Fix MSRV, version bumps
All checks were successful
CI / lint (push) Successful in 1m12s
CI / test-python (push) Successful in 1m37s
CI / test-zig (push) Successful in 1m30s
CI / test-wasm (push) Successful in 1m45s
CI / test (push) Successful in 13m14s
CI / miri (push) Successful in 12m49s
CI / build (push) Successful in 1m5s
CI / fuzz-regression (push) Successful in 1h17m23s
CI / publish (push) Successful in 1m38s
CI / publish-python (push) Successful in 1m28s
CI / publish-wasm (push) Successful in 1m21s

Signed-off-by: Kamal Tufekcic <kamal@lo.sh>
This commit is contained in:
Kamal Tufekcic 2026-04-23 18:53:00 +03:00
commit 89f5be4f40
No known key found for this signature in database
9 changed files with 15 additions and 15 deletions

View file

@ -14,9 +14,9 @@ default-members = [
]
[workspace.package]
version = "0.1.2"
version = "0.1.3"
edition = "2024"
rust-version = "1.85"
rust-version = "1.87"
license = "AGPL-3.0-only"
repository = "https://git.lo.sh/lo/libsoliton"
homepage = "https://git.lo.sh/lo/libsoliton/wiki"