Add YubiKey::disconnect (#462)

This exposes `pcsc::Card::disconnect` to allow alternate disposition
methods.
This commit is contained in:
str4d
2023-01-02 18:15:31 +00:00
committed by GitHub
parent 10941bfb5b
commit 18eb4bf4f4
2 changed files with 34 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
### Added
- `YubiKey::disconnect`
- `impl Debug for {Context, YubiKey}`
## 0.7.0 (2022-11-14)