From 1f2d2aaf3184d91f961b8f82ca8337f98ad230fe Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 15 Sep 2018 12:24:47 -0700 Subject: [PATCH] Remove commented key in Cargo.toml --- parser/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/parser/Cargo.toml b/parser/Cargo.toml index 545c20d..7907a15 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -7,7 +7,6 @@ documentation = "https://docs.rs/crate/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] linked-hash-map = ">=0.0.9, <0.6"