Skip to content

Commit 0defcd0

Browse files
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>
1 parent d454dfe commit 0defcd0

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.changes/exclude-audits-pdf.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"tao": patch
3+
---
4+
5+
Exclude audit PDF file from the crate published to crates.io

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ readme = "README.md"
1414
repository = "https://github.com/tauri-apps/tao"
1515
documentation = "https://docs.rs/tao"
1616
categories = [ "gui" ]
17+
include = ["/README.md", "src/**/*.rs", "examples/**/*.rs", "LICENSE*"]
1718

1819
[package.metadata.docs.rs]
1920
features = [ "rwh_04", "rwh_05", "rwh_06", "serde", "x11" ]

0 commit comments

Comments
 (0)