From 20fe6cc6d2074dbb210163968b5c14c6589ac3d5 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Fri, 1 Jan 2021 15:08:14 +0100 Subject: [PATCH] chore: Do not ship scripts on crates.io --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index c33eeff..2d8a00d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ keywords = ["small", "vec", "vector", "stack", "no_std"] categories = ["data-structures"] readme = "README.md" documentation = "https://docs.rs/smallvec/" +exclude = ["/scripts/"] [features] const_generics = []