Skip to content

Commit a3635be

Browse files
authored
Don't publish test data to crates.io
This is large and not needed to build the crate.
1 parent d11b868 commit a3635be

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Changed
1111
- Bump MSRV to v1.81 as required by `time-core` v0.1.6.
12+
- Don't publish test data to crates.io (#164).
1213

1314
### Fixed
14-
- Read binary plists with 24-bit integer offset tables.
15+
- Read binary plists with 24-bit integer offset tables (#165).
1516

1617
## [1.7.4] - 2025-07-07
1718

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ keywords = ["plist", "parser"]
1010
categories = ["config", "encoding", "parser-implementations"]
1111
edition = "2021"
1212
rust-version = "1.81"
13+
exclude = ["/tests/data"]
1314

1415
[features]
1516
default = ["serde"]

0 commit comments

Comments
 (0)