From f80abb0ba98c3cebf9756213d6d17ec17ca90039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Laignel?= Date: Mon, 19 Aug 2019 18:46:49 +0200 Subject: [PATCH] Exclude `gir` from `workspace` so that we can run it --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 5b751cbb8..acdc95608 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,3 +20,5 @@ members = [ "examples", "tutorials", ] + +exclude = ["gir"]