added patch to fix PIV slot error
CI checks / Test MSRV on linux (push) Has been cancelled
CI checks / Test MSRV on macos (push) Has been cancelled
CI checks / Test MSRV on windows (push) Has been cancelled
CI checks / Test latest stable on linux (push) Has been cancelled
CI checks / Test latest stable on macos (push) Has been cancelled
CI checks / Test latest stable on windows (push) Has been cancelled
CI checks / Code coverage (push) Has been cancelled
CI checks / Intra-doc links (push) Has been cancelled
CI checks / Rustfmt (push) Has been cancelled

This commit is contained in:
2026-06-29 02:01:49 +02:00
parent c7570bb9c8
commit 5ee131c333
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -3292,7 +3292,7 @@ dependencies = [
[[package]] [[package]]
name = "yubikey" name = "yubikey"
version = "0.8.0-pre.0" version = "0.8.0-pre.0"
source = "git+https://git.ts.zusein.com/james/yubikey.rs.git?rev=200f9be97bff11063aff48678fe2543690655255#200f9be97bff11063aff48678fe2543690655255" source = "git+https://git.ts.zusein.com/james/yubikey.rs.git?rev=8c86cab3724a2c6c60348a13d8a93f3652507920#8c86cab3724a2c6c60348a13d8a93f3652507920"
dependencies = [ dependencies = [
"base16ct", "base16ct",
"chrono", "chrono",
+1 -1
View File
@@ -63,4 +63,4 @@ which = "5"
[patch.crates-io] [patch.crates-io]
age-core = { git = "https://github.com/str4d/rage.git", rev = "e08c450aa5d7b1cc5706094080c0042ddd60aaf7" } age-core = { git = "https://github.com/str4d/rage.git", rev = "e08c450aa5d7b1cc5706094080c0042ddd60aaf7" }
age-plugin = { git = "https://github.com/str4d/rage.git", rev = "e08c450aa5d7b1cc5706094080c0042ddd60aaf7" } age-plugin = { git = "https://github.com/str4d/rage.git", rev = "e08c450aa5d7b1cc5706094080c0042ddd60aaf7" }
yubikey = { git = "https://git.ts.zusein.com/james/yubikey.rs.git", rev = "200f9be97bff11063aff48678fe2543690655255" } yubikey = { git = "https://git.ts.zusein.com/james/yubikey.rs.git", rev = "8c86cab3724a2c6c60348a13d8a93f3652507920" }