Skip to content

Commit

Permalink
Exclude repository level metadata from publishing (#89)
Browse files Browse the repository at this point in the history
I want to do this before landing the 0.3.0 release. Found with `cargo
publish --dry-run`
  • Loading branch information
DJMcNab authored Dec 18, 2024
1 parent 4db88bd commit bf5f998
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ readme = "README.md"
# Keep in sync with RUST_MIN_VER in .github/workflows/ci.yml and with the relevant README.md files.
# and with the MSRV in the `Unreleased` section of CHANGELOG.md.
rust-version = "1.82"
exclude = [".github", ".clippy.toml", ".gitignore", ".typos.toml"]

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit bf5f998

Please sign in to comment.