mirror of
https://github.com/tauri-apps/tao.git
synced 2026-01-31 00:35:16 +01:00
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:
5
.changes/exclude-audits-pdf.md
Normal file
5
.changes/exclude-audits-pdf.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"tao": patch
|
||||
---
|
||||
|
||||
Exclude audit PDF file from the crate published to crates.io
|
||||
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -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",
|
||||
]
|
||||
|
||||
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user