From 3c7fc766ab9ef5bd8a8c140aacb3b5132255ded5 Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Sat, 27 Aug 2022 18:10:49 +0000 Subject: [PATCH] build: mark tests as no-publish --- --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -2,6 +2,7 @@ name = "tests" version = "0.1.0" edition = "2021" +publish = false [dependencies] jrsonnet-evaluator = { path = "../crates/jrsonnet-evaluator" } -- gitstuff