Bump to 0.3.2

1. Add preserve_order feature
2. Add clippy in nightly build
This commit is contained in:
Yuheng Chen 2016-03-22 22:27:13 +08:00
parent 20b3056b30
commit 028176a4b6

View file

@ -1,6 +1,6 @@
[package] [package]
name = "yaml-rust" name = "yaml-rust"
version = "0.3.1" version = "0.3.2"
authors = ["Yuheng Chen <yuhengchen@sensetime.com>"] authors = ["Yuheng Chen <yuhengchen@sensetime.com>"]
homepage = "http://chyh1990.github.io/yaml-rust/" homepage = "http://chyh1990.github.io/yaml-rust/"
documentation = "http://chyh1990.github.io/yaml-rust/doc/yaml_rust/" documentation = "http://chyh1990.github.io/yaml-rust/doc/yaml_rust/"