-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
151 additions
and
163 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "serde_ignored" | ||
version = "0.0.2" # update version in readme for breaking changes | ||
version = "0.0.3" # update version in readme for breaking changes | ||
authors = ["David Tolnay <[email protected]>"] | ||
license = "MIT/Apache-2.0" | ||
description = "Find out about keys that are ignored when deserializing data" | ||
|
@@ -9,8 +9,8 @@ keywords = ["serde"] | |
categories = ["encoding"] | ||
|
||
[dependencies] | ||
serde = "0.9" | ||
serde = "1.0" | ||
|
||
[dev-dependencies] | ||
serde_derive = "0.9" | ||
serde_json = "0.9" | ||
serde_derive = "1.0" | ||
serde_json = "1.0" |
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
Oops, something went wrong.