Skip to content

Commit 4eb0d75

Browse files
Bump to 0.4.0
This version contains breaking API changes in low level event-based API: - The EventReceiver gets ownership of events
1 parent d714aa9 commit 4eb0d75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "yaml-rust"
3-
version = "0.3.9"
3+
version = "0.4.0"
44
authors = ["Yuheng Chen <[email protected]>"]
55
homepage = "http://chyh1990.github.io/yaml-rust/"
66
documentation = "http://chyh1990.github.io/yaml-rust/doc/yaml_rust/"
77
license = "MIT/Apache-2.0"
88
description = "The missing YAML 1.2 parser for rust"
99
repository = "https://github.com/chyh1990/yaml-rust"
10-
publish = false # this branch contains breaking changes
10+
# publish = false # this branch contains breaking changes
1111

1212
[dependencies]
1313
linked-hash-map = ">=0.0.9, <0.6"

0 commit comments

Comments
 (0)