Skip to content

Commit

Permalink
chore: ensure that .cargo config is not published
Browse files Browse the repository at this point in the history
Just in case, so the correct changelog will be rendered when pulling
the crate from the crates.io as archive and trying to build it.
  • Loading branch information
kchibisov committed Apr 27, 2024
1 parent 304a585 commit ec29c81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Expand Up @@ -14,6 +14,7 @@ rust-version.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
exclude = ["/.cargo"]

[package.metadata.docs.rs]
features = [
Expand Down

0 comments on commit ec29c81

Please sign in to comment.