update pklib-rs and add some tests

This commit is contained in:
2026-07-08 10:51:17 +03:00
parent 82a6faa78c
commit 610357e6c0
3 changed files with 17 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ edition = "2024"
[dependencies]
clap = "4.6.1"
pklib = { git = "https://github.com/fgRuslan/pklib-rs", branch = "main" }
pklib = { git = "https://github.com/fgRuslan/pklib-rs", rev = "d94f5bef9461c9c964c18a56cb9821de464b818e" }
rawzip = "0.4.4"
[profile.release]