Skip to content

Commit

Permalink
Version bump: 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kimhyunkang committed Feb 2, 2015
1 parent 65a6871 commit 79ed38c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yaml"
version = "0.0.9"
version = "0.0.10"
authors = [ "kimhyunkang@gmail.com" ]
build = "build.rs"

Expand All @@ -13,5 +13,5 @@ keywords = ["yaml", "libyaml"]
license = "MIT"

[dependencies]
regex = "~0.1.9"
regex_macros = "~0.1.4"
regex = "~0.1.12"
regex_macros = "~0.1.6"

0 comments on commit 79ed38c

Please sign in to comment.