Skip to content

Commit 5773980

Browse files
committed
Release 0.7.2
1 parent 50e72e6 commit 5773980

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

json/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "serde_json"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
authors = ["Erick Tryzelaar <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "A JSON serialization file format"

json_tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "serde_json_tests"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
authors = ["Erick Tryzelaar <[email protected]>"]
55
build = "build.rs"
66

0 commit comments

Comments
 (0)