Release 0.8.1

This commit is contained in:
David Tolnay 2016-08-11 09:24:09 -07:00
parent 23a788a1a6
commit e9f8560fcd
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "serde_json"
version = "0.8.0"
version = "0.8.1"
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
license = "MIT/Apache-2.0"
description = "A JSON serialization file format"

View File

@ -1,6 +1,6 @@
[package]
name = "serde_json_tests"
version = "0.8.0"
version = "0.8.1"
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
build = "build.rs"