Skip to content

Commit

Permalink
Bump to 0.4.0
Browse files Browse the repository at this point in the history
This version contains breaking API changes in low level event-based API:

- The EventReceiver gets ownership of events
  • Loading branch information
SenseTime-Cloud committed Nov 22, 2017
1 parent d714aa9 commit 4eb0d75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "yaml-rust"
version = "0.3.9"
version = "0.4.0"
authors = ["Yuheng Chen <[email protected]>"]
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"
Expand Down

0 comments on commit 4eb0d75

Please sign in to comment.