Skip to content

Commit a9497fb

Browse files
committed
Exclude css-parsing-tests from crate publishes
1 parent 4e1e788 commit a9497fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "cssparser"
4-
version = "0.7.3"
4+
version = "0.7.4"
55
authors = [ "Simon Sapin <simon.sapin@exyr.org>" ]
66

77
description = "Rust implementation of CSS Syntax Level 3"
@@ -12,6 +12,7 @@ keywords = ["css", "syntax", "parser"]
1212
license = "MPL-2.0"
1313
build = "build.rs"
1414

15+
exclude = ["src/css-parsing-tests"]
1516

1617
[dev-dependencies]
1718
rustc-serialize = "0.3"

0 commit comments

Comments
 (0)