From be6ac33adba4cc018dee6adf77eff0dfb9272f47 Mon Sep 17 00:00:00 2001 From: moana Date: Wed, 3 Jan 2024 12:53:09 +0100 Subject: [PATCH] Include examples in the release If the examples are excluded, the crate can not be published. --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a2c1b2f9..0b313e9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,8 +11,6 @@ exclude = [ "**/.gitignore", ".gitignore", "Cargo.lock", - "**/examples", - "benchmarks/", ".github/" ]