Skip to content

Commit f154300

Browse files
committed
Exclude several files from the crate package
Signed-off-by: BlackDex <black.dex@gmail.com>
1 parent 1733e59 commit f154300

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yubico_ng"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
authors = ["Mathijs van Veluw <black.dex@gmail.com>"]
55
edition = "2021"
66
rust-version = "1.82.0"
@@ -12,6 +12,13 @@ categories = ["authentication"]
1212
repository = "https://github.com/BlackDex/yubico-rs"
1313
readme = "README.md"
1414

15+
include = [
16+
"./README.md",
17+
"Cargo.toml",
18+
"LICENSE",
19+
"src/**/*.rs"
20+
]
21+
1522
[lib]
1623
name = "yubico_ng"
1724
path = "src/lib.rs"

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)