From 65d3bbfdfed8b483224480a5dad2dfffd341eeb3 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 8 May 2017 11:02:03 -0700 Subject: [PATCH] Remember to publish a breaking release --- parser/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/parser/Cargo.toml b/parser/Cargo.toml index 1e63db6..651a11f 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -7,6 +7,7 @@ documentation = "http://chyh1990.github.io/yaml-rust/doc/yaml_rust/" license = "MIT/Apache-2.0" description = "The missing YAML 1.2 parser for rust" repository = "https://github.com/chyh1990/yaml-rust" +publish = false # this branch contains breaking changes [dependencies] clippy = { version = "^0.*", optional = true }