From a65fa84f75cbcdde708abf6da27814f40c9554e0 Mon Sep 17 00:00:00 2001 From: Roman Valls Guimera Date: Mon, 8 Feb 2021 22:53:01 +1100 Subject: [PATCH] @MarcAntoine-Arnaud, the local link path breaks CI if I add examples in the workspace --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 801550b..ab39b3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,5 +2,5 @@ members = [ "yaserde", "yaserde_derive", - "examples" +# "examples" ]