Releases: BlackDex/yubico-rs
Releases · BlackDex/yubico-rs
0.15.0
0.14.1
What's Changed
- Exclude several files from the crate package
- Everything in v0.14.0
Full Changelog: 0.13.0...0.14.1
0.14.0 (unpublished)
What's Changed
- Upgrade to
tokio1.47 - Bumped MSRV to v1.82.0 needed by latest packages
- Added more clippy/rust lints including
pedanticand fixed found items - Use only the main api server, the others are deprecated
- Updated GHA
- Added dotenvy as a dev dependency to load
.envfiles
Full Changelog: 0.13.0...0.14.0
0.13.0
What's Changed
Update crates, edition, name and clippy fixes by @BlackDex in #1
- Upgrade to
tokio1.44,rand0.9 - Renamed to yubico_ng and published crate
- Made edition 2024 compatible
- Added several clippy/rust lints and fixed those
- Fixed a panic if the
YK_API_HOSTwas invalid - Use only the main api server, the others are deprecated
- Run cargo fmt
- Updated GHA to use hashes and run/fix zizmor
- Set MSRV based upon 'cargo msrv find'
New Contributors
Full Changelog: https://github.com/BlackDex/yubico-rs/commits/0.13.0