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
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 28, 2016
1 parent 588225a commit 10c8ed3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
7 changes: 2 additions & 5 deletions yaml/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde_yaml"
version = "0.4.0-rc1"
version = "0.4.0"
authors = ["David Tolnay <[email protected]>"]
license = "MIT/Apache-2.0"
description = "YAML support for Serde"
Expand All @@ -14,8 +14,5 @@ preserve_order = ["yaml-rust/preserve_order"]

[dependencies]
clippy = { version = "^0.*", optional = true }
serde = "0.8.0-rc3"
serde = "0.8.0"
yaml-rust = "^0.3.3"

[replace]
"serde:0.8.0-rc3" = { git = "https://github.com/serde-rs/serde" }
11 changes: 4 additions & 7 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.4.0-rc1"
version = "0.4.0"
authors = ["David Tolnay <[email protected]>"]
build = "build.rs"

Expand All @@ -10,18 +10,15 @@ with-syntex = ["syntex", "serde_codegen", "indoc/with-syntex"]

[build-dependencies]
syntex = { version = "*", optional = true }
serde_codegen = { version = "0.8.0-rc3", optional = true }
serde_codegen = { version = "0.8.0", optional = true }
indoc = "*"

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

[[test]]
name = "test"
path = "tests/test.rs"

[replace]
"serde:0.8.0-rc3" = { git = "https://github.com/serde-rs/serde" }

0 comments on commit 10c8ed3

Please sign in to comment.