From a9497fb353abd4b0aa78424cd52009823848de90 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Fri, 3 Feb 2017 17:31:27 -0800 Subject: [PATCH] Exclude css-parsing-tests from crate publishes --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 410d0ada..944d0c93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cssparser" -version = "0.7.3" +version = "0.7.4" authors = [ "Simon Sapin " ] description = "Rust implementation of CSS Syntax Level 3" @@ -12,6 +12,7 @@ keywords = ["css", "syntax", "parser"] license = "MPL-2.0" build = "build.rs" +exclude = ["src/css-parsing-tests"] [dev-dependencies] rustc-serialize = "0.3"