From decfec4569f8da6d72f5da3f0a155d7ffa8618dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Kr=C3=BCger?= Date: Mon, 4 Mar 2024 22:16:05 +0100 Subject: [PATCH] fix: Don't try to release unrelated readmes or licenses --- car-mirror-wasm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/car-mirror-wasm/Cargo.toml b/car-mirror-wasm/Cargo.toml index c25e785..0be4b37 100644 --- a/car-mirror-wasm/Cargo.toml +++ b/car-mirror-wasm/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "Rust implementation of the CAR Mirror protocol" keywords = [] categories = [] -include = ["/src", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] +include = ["/src", "/README.md", "/LICENSE-APACHE", "/LICENSE-MIT"] license = "Apache-2.0" readme = "README.md" edition = "2021"