Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Oct 31, 2016
1 parent a3a2dce commit 3c0c8c5
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 = "syn"
version = "0.10.0-rc1" # don't forget to update version in readme
version = "0.10.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 Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Designed for fast compile time.

```toml
[dependencies]
syn = "0.9"
syn = "0.10"
quote = "0.3"

[lib]
Expand Down

0 comments on commit 3c0c8c5

Please sign in to comment.