We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11b868 commit a3635beCopy full SHA for a3635be
CHANGELOG.md
@@ -9,9 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
### Changed
11
- Bump MSRV to v1.81 as required by `time-core` v0.1.6.
12
+- Don't publish test data to crates.io (#164).
13
14
### Fixed
-- Read binary plists with 24-bit integer offset tables.
15
+- Read binary plists with 24-bit integer offset tables (#165).
16
17
## [1.7.4] - 2025-07-07
18
Cargo.toml
@@ -10,6 +10,7 @@ keywords = ["plist", "parser"]
categories = ["config", "encoding", "parser-implementations"]
edition = "2021"
rust-version = "1.81"
+exclude = ["/tests/data"]
[features]
default = ["serde"]
0 commit comments