Skip to content

Commit

Permalink
Release 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Oct 16, 2016
1 parent fcd8d2b commit d2fa590
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions json/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde_json"
version = "0.8.2"
version = "0.8.3"
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
license = "MIT/Apache-2.0"
description = "A JSON serialization file format"
Expand All @@ -14,7 +14,7 @@ unstable-testing = ["clippy"]
preserve_order = ["linked-hash-map", "linked-hash-map/serde_impl"]

[dependencies]
serde = "0.8.7"
serde = "0.8.13"
num-traits = "~0.1.32"
clippy = { version = "^0.*", optional = true }
linked-hash-map = { version = "0.3", optional = true }
Expand Down
12 changes: 6 additions & 6 deletions json_tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde_json_tests"
version = "0.8.2"
version = "0.8.3"
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
build = "build.rs"

Expand All @@ -11,19 +11,19 @@ unstable-testing = ["clippy", "serde_json/clippy"]

[build-dependencies]
indoc = "*"
serde_codegen = { version = "0.8.0", optional = true }
skeptic = "^0.4.0"
serde_codegen = { version = "0.8", optional = true }
skeptic = "0.6"
syntex = { version = "*", optional = true }

[dependencies]
clippy = { version = "^0.*", optional = true }
indoc = "*"
num-traits = "*"
rustc-serialize = "*"
serde = "0.8.0"
serde = "0.8"
serde_json = { path = "../json" }
serde_derive = { version = "0.8.0", optional = true }
skeptic = "^0.4.0"
serde_derive = { version = "0.8", optional = true }
skeptic = "0.6"

[[test]]
name = "test"
Expand Down

0 comments on commit d2fa590

Please sign in to comment.