From 6b20cdc363cf4d46a030893ab339d740d1e80fe4 Mon Sep 17 00:00:00 2001 From: vectronic Date: Tue, 10 May 2022 13:20:13 +0100 Subject: [PATCH] fix: force release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 39cfb24..8235e2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ description = "Project template for a Rust library with Deno FFI bindings." homepage = "https://github.com/flowscripter" license = "MIT" repository = "https://github.com/flowscripter/template-deno-rust-library" -exclude = [".github/", "bindings/", "bindings.json"] +exclude = [".github/", "bindings/", "*/bindings.json"] [lib] crate-type = ["cdylib","lib"]