Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Sep 27, 2016
1 parent ee4d5ce commit a3faf25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = "syn"
version = "0.7.1" # don't forget to update version in readme
version = "0.8.0" # don't forget to update version in readme
authors = ["David Tolnay <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Nom parser for Rust items"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Designed for fast compile time.

```toml
[dependencies]
syn = "0.7"
quote = "0.1"
syn = "0.8"
quote = "0.2"

[lib]
rustc-macro = true
Expand Down

0 comments on commit a3faf25

Please sign in to comment.