From f959d836908aa2d6a8c9a29b0236593ea85d9734 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 23 Apr 2020 13:39:59 +0200 Subject: Set publish = false on testing crate --- testing/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'testing') diff --git a/testing/Cargo.toml b/testing/Cargo.toml index ff2b137..64f9095 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" authors = ["Dirkjan Ochtman "] workspace = ".." edition = "2018" +publish = false [features] default = ["serde_json", "askama/serde-json"] -- cgit