You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While reviewing some updates to our dependencies I noticed that the last version (3.9.0) of os_info uploaded to crates.io contains unnecessary test data in src/linux/tests. While this is not a problem on it's own it is at least wasteful as these data need not to be there for having a correctly working crate.
While reviewing some updates to our dependencies I noticed that the last version (3.9.0) of
os_info
uploaded to crates.io contains unnecessary test data insrc/linux/tests
. While this is not a problem on it's own it is at least wasteful as these data need not to be there for having a correctly working crate.Cargo allows to exclude such files via an entry in your
Cargo.toml
file: https://doc.rust-lang.org/cargo/reference/manifest.html#the-exclude-and-include-fieldsSee the diff here: https://diff.rs/os_info/3.8.2/3.9.0/
If you are interested in addressing that I'm happy to contribute a PR for this.
The text was updated successfully, but these errors were encountered: