Remove commented key in Cargo.toml

This commit is contained in:
David Tolnay 2018-09-15 12:24:47 -07:00
parent 34c0069d09
commit 1f2d2aaf31

View file

@ -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"