Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Sep 4, 2016
1 parent da4049b commit 3192a89
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 = "item"
version = "0.1.0"
version = "0.2.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Nom parser for Rust items"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Parse Rust structs and enums without a Syntex dependency, intended for use with

```toml
[dependencies]
item = "0.1"
item = "0.2"
```

```rust
Expand Down

0 comments on commit 3192a89

Please sign in to comment.