File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " yubico_ng"
3- version = " 0.14.0 "
3+ version = " 0.14.1 "
44authors = [" Mathijs van Veluw <black.dex@gmail.com>" ]
55edition = " 2021"
66rust-version = " 1.82.0"
@@ -12,6 +12,13 @@ categories = ["authentication"]
1212repository = " https://github.com/BlackDex/yubico-rs"
1313readme = " README.md"
1414
15+ include = [
16+ " ./README.md" ,
17+ " Cargo.toml" ,
18+ " LICENSE" ,
19+ " src/**/*.rs"
20+ ]
21+
1522[lib ]
1623name = " yubico_ng"
1724path = " src/lib.rs"
Original file line number Diff line number Diff line change @@ -179,7 +179,10 @@ The OTP is valid.
179179
180180## Changelog
181181
182- - 0.14.0 (2025-08-13):
182+ - 0.14.1 (2025-08-13):
183+ * Exclude several files from the crate package
184+
185+ - 0.14.0 (2025-08-13) (not published to crates.io):
183186 * Upgrade to `tokio` 1.47
184187 * Bumped MSRV to v1.82.0 needed by latest packages
185188 * Added more clippy/rust lints including `pedantic` and fixed found items
You can’t perform that action at this time.
0 commit comments