Bump to 0.4.0

This version contains breaking API changes in low level event-based API:

- The EventReceiver gets ownership of events
This commit is contained in:
Yuheng Chen 2017-11-22 15:53:12 +08:00
parent d370a2192b
commit f15fe186f8

View file

@ -1,13 +1,13 @@
[package] [package]
name = "yaml-rust" name = "yaml-rust"
version = "0.3.9" version = "0.4.0"
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/"
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
description = "The missing YAML 1.2 parser for rust" description = "The missing YAML 1.2 parser for rust"
repository = "https://github.com/chyh1990/yaml-rust" repository = "https://github.com/chyh1990/yaml-rust"
publish = false # this branch contains breaking changes # publish = false # this branch contains breaking changes
[dependencies] [dependencies]
linked-hash-map = ">=0.0.9, <0.6" linked-hash-map = ">=0.0.9, <0.6"