Skip to content

Commit

Permalink
Release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Feb 10, 2017
1 parent 31ca0e7 commit 86cee0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde_ignored"
version = "0.0.1" # update version in readme for breaking changes
version = "0.0.2" # 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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Note that if you want unrecognized fields to be an error, consider using the
```toml
[dependencies]
serde = "0.9"
serde_ignored = "0.0.1"
serde_ignored = "0.0.2"
```

```rust
Expand Down

0 comments on commit 86cee0b

Please sign in to comment.