From 3d4bab4d0671c231b7bb2c333c5b23e9f7dd74b4 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Thu, 31 Aug 2023 15:21:37 +0200 Subject: [PATCH 1/2] Remove unneeded files from crate package --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 8639093..38c1010 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ license = "Zlib OR Apache-2.0 OR MIT" keywords = ["vec", "no_std", "no-std"] categories = ["data-structures", "no-std"] repository = "https://github.com/Lokathor/tinyvec" +exclude = ["/.github", "/*.py", "/*.sh", "/debug_metadata/*.md", "/src-backup"] [dependencies] tinyvec_macros = { version = "0.1", optional = true } From 353b9d9c6ff97c859f60a991316f573f89c742f5 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Thu, 31 Aug 2023 15:40:47 +0200 Subject: [PATCH 2/2] Add back debug README --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 38c1010..98caf1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "Zlib OR Apache-2.0 OR MIT" keywords = ["vec", "no_std", "no-std"] categories = ["data-structures", "no-std"] repository = "https://github.com/Lokathor/tinyvec" -exclude = ["/.github", "/*.py", "/*.sh", "/debug_metadata/*.md", "/src-backup"] +exclude = ["/.github", "/*.py", "/*.sh", "/src-backup"] [dependencies] tinyvec_macros = { version = "0.1", optional = true }