Skip to content

Commit

Permalink
Release 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 26, 2017
1 parent 03cb8b4 commit 69632a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion json/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde_json"
version = "0.9.0"
version = "0.9.1"
authors = ["Erick Tryzelaar <[email protected]>"]
license = "MIT/Apache-2.0"
description = "A JSON serialization file format"
Expand Down
2 changes: 1 addition & 1 deletion 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.9.0"
version = "0.0.0"
authors = ["Erick Tryzelaar <[email protected]>"]
publish = false

Expand Down

0 comments on commit 69632a6

Please sign in to comment.