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

Commit

Permalink
Release 0.4.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 25, 2016
1 parent 8e12d0f commit 41e0cde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion yaml/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde_yaml"
version = "0.3.0"
version = "0.4.0-rc1"
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0"
description = "YAML support for Serde"
Expand Down
4 changes: 2 additions & 2 deletions 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.3.0"
version = "0.4.0-rc1"
authors = ["David Tolnay <dtolnay@gmail.com>"]
build = "build.rs"

Expand All @@ -15,7 +15,7 @@ indoc = "*"

[dependencies]
serde = "0.8.0-rc3"
serde_yaml = { version = "*", path = "../yaml" }
serde_yaml = { path = "../yaml" }
serde_macros = { version = "0.8.0-rc3", optional = true }
indoc = "*"

Expand Down

0 comments on commit 41e0cde

Please sign in to comment.