Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Sep 12, 2016
1 parent 32a112e commit 7b3973e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "syn"
version = "0.4.0" # don't forget to update version in readme
version = "0.5.0" # don't forget to update version in readme
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Nom parser for Rust items"
Expand All @@ -17,4 +17,4 @@ visit = []

[dependencies]
nom = { version = "1.2.4", optional = true }
quote = { version = "0.1.1", optional = true }
quote = { version = "0.1.2", optional = true }
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Parse Rust structs and enums without a Syntex dependency, intended for use with

```toml
[dependencies]
syn = "0.4"
syn = "0.5"
```

```rust
Expand Down

0 comments on commit 7b3973e

Please sign in to comment.