Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 7, 2016
1 parent fa4dccc commit d01e055
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions yaml/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde_yaml"
version = "0.2.5"
version = "0.3.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0"
description = "YAML support for Serde"
Expand All @@ -15,4 +15,4 @@ preserve_order = ["yaml-rust/preserve_order"]
[dependencies]
clippy = { version = "^0.*", optional = true }
serde = "^0.7"
yaml-rust = "^0.3.2"
yaml-rust = "^0.3.3"
2 changes: 1 addition & 1 deletion yaml_tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde_yaml_tests"
version = "0.2.5"
version = "0.3.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
build = "build.rs"

Expand Down

0 comments on commit d01e055

Please sign in to comment.