We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d714aa9 commit 4eb0d75Copy full SHA for 4eb0d75
Cargo.toml
@@ -1,13 +1,13 @@
1
[package]
2
name = "yaml-rust"
3
-version = "0.3.9"
+version = "0.4.0"
4
authors = ["Yuheng Chen <[email protected]>"]
5
homepage = "http://chyh1990.github.io/yaml-rust/"
6
documentation = "http://chyh1990.github.io/yaml-rust/doc/yaml_rust/"
7
license = "MIT/Apache-2.0"
8
description = "The missing YAML 1.2 parser for rust"
9
repository = "https://github.com/chyh1990/yaml-rust"
10
-publish = false # this branch contains breaking changes
+# publish = false # this branch contains breaking changes
11
12
[dependencies]
13
linked-hash-map = ">=0.0.9, <0.6"
0 commit comments