From ec29c81ad24d737823b7f504c0c226249cdf3407 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Sat, 27 Apr 2024 17:03:28 +0400 Subject: [PATCH] chore: ensure that `.cargo` config is not published 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. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 53122c7868..a2b1f4d84b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,7 @@ rust-version.workspace = true repository.workspace = true license.workspace = true edition.workspace = true +exclude = ["/.cargo"] [package.metadata.docs.rs] features = [