-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #91 from quartiq/feature/release
Preparing for v0.6.0 release
- Loading branch information
Showing
3 changed files
with
33 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
[package] | ||
authors = ["Jorge Aparicio <[email protected]>"] | ||
authors = ["Jorge Aparicio <[email protected]>", | ||
"Ryan Summers <[email protected]>", | ||
"Robert Jördens <[email protected]>", | ||
"Mathias Koch <[email protected]>" | ||
] | ||
categories = ["no-std"] | ||
description = "serde-json for no_std programs" | ||
documentation = "https://docs.rs/serde-json-core" | ||
|
@@ -10,7 +14,7 @@ license = "MIT OR Apache-2.0" | |
name = "serde-json-core" | ||
readme = "README.md" | ||
repository = "https://github.com/rust-embedded-community/serde-json-core" | ||
version = "0.5.1" | ||
version = "0.6.0" | ||
|
||
[dependencies] | ||
ryu = "1.0.5" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters