Skip to content

Commit ce49f79

Browse files
committed
Release 0.9.0
1 parent 0497d24 commit ce49f79

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.9.0-rc3"
3+
version = "0.9.0"
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.9.0-rc3"
3+
version = "0.9.0"
44
authors = ["Erick Tryzelaar <[email protected]>"]
55
build = "build.rs"
66
publish = false

0 commit comments

Comments
 (0)