From 81a85368419febf01e47bc7b7f66dc391ed28555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matheus=20C=2E=20Fran=C3=A7a?= Date: Thu, 23 Mar 2023 16:16:18 -0300 Subject: [PATCH] Update Cargo.toml exclude new binding on rust build --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3d6d388d..86ff6dc6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,6 +22,7 @@ exclude = [ "/bindings/python", "/bindings/ruby", "/bindings/vb6", + "/bindings/zig", "/samples", "/tests", ] @@ -40,4 +41,4 @@ pkg-config = { version = "0.3" } [features] default = [] -dynamic_linkage = [] \ No newline at end of file +dynamic_linkage = []