chore: don't publish audit PDF to crates.io (#1132)

* Don't publish audits to crates.io

* Fix crossbeam-channel warning

* Add change file

* Use include instead of exclude

Co-authored-by: Fabian-Lars <github@fabianlars.de>

---------

Co-authored-by: Fabian-Lars <github@fabianlars.de>
This commit is contained in:
Tony
2025-08-20 22:42:05 +08:00
committed by GitHub
parent d454dfed6e
commit 0defcd015c
3 changed files with 8 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
---
"tao": patch
---
Exclude audit PDF file from the crate published to crates.io

4
Cargo.lock generated
View File

@@ -389,9 +389,9 @@ dependencies = [
[[package]]
name = "crossbeam-channel"
version = "0.5.14"
version = "0.5.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471"
checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
dependencies = [
"crossbeam-utils",
]

View File

@@ -14,6 +14,7 @@ readme = "README.md"
repository = "https://github.com/tauri-apps/tao"
documentation = "https://docs.rs/tao"
categories = [ "gui" ]
include = ["/README.md", "src/**/*.rs", "examples/**/*.rs", "LICENSE*"]
[package.metadata.docs.rs]
features = [ "rwh_04", "rwh_05", "rwh_06", "serde", "x11" ]