Skip to content

Commit

Permalink
Exclude testdata from published crate
Browse files Browse the repository at this point in the history
This commit removes the test data from the published crate.

Fixes #389
  • Loading branch information
weiznich committed Dec 11, 2024
1 parent ad36540 commit 15ce4fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions os_info/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ categories = ["os"]
license = "MIT"
edition = "2018"
rust-version = "1.60"
include = [
"Cargo.toml",
"LICENSE",
"src/**/*.rs",
"README.md",
]

[features]
default = ["serde"]
Expand Down

0 comments on commit 15ce4fb

Please sign in to comment.