Skip to content

Commit

Permalink
Version bump: v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kimhyunkang committed Aug 28, 2018
1 parent fae2ca0 commit 8bfaeeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yaml"
version = "0.2.1"
version = "0.3.0"
authors = [ "[email protected]" ]
build = "build.rs"

Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ Dependencies
------------

* LibYAML 0.1.4 or higher
* Rust 1.3.0 nightly

This crate does not work on Rust 1.0, due to the dependency on [libc](https://github.com/rust-lang/libc)
* Stable Rust (2015/2018 edition)

Usage
-----
Expand Down

0 comments on commit 8bfaeeb

Please sign in to comment.