From f15fe186f843c2a486872e7e21db01425343bcde Mon Sep 17 00:00:00 2001 From: Yuheng Chen Date: Wed, 22 Nov 2017 15:53:12 +0800 Subject: [PATCH] Bump to 0.4.0 This version contains breaking API changes in low level event-based API: - The EventReceiver gets ownership of events --- saphyr/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/saphyr/Cargo.toml b/saphyr/Cargo.toml index b2e495f..1fa1293 100644 --- a/saphyr/Cargo.toml +++ b/saphyr/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "yaml-rust" -version = "0.3.9" +version = "0.4.0" authors = ["Yuheng Chen "] homepage = "http://chyh1990.github.io/yaml-rust/" documentation = "http://chyh1990.github.io/yaml-rust/doc/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 +# publish = false # this branch contains breaking changes [dependencies] linked-hash-map = ">=0.0.9, <0.6"