Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Sep 24, 2016
1 parent c4fbf40 commit 5a06475
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.6.0" # don't forget to update version in readme
version = "0.7.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 @@ -18,4 +18,4 @@ visit = []

[dependencies]
clippy = { version = "0.*", optional = true }
quote = { version = "0.1.2", optional = true }
quote = { version = "0.1.4", optional = true }
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Designed for fast compile time.

```toml
[dependencies]
syn = "0.6"
syn = "0.7"
```

```rust
Expand All @@ -39,7 +39,7 @@ let ast = syn::parse_macro_input(source).unwrap();

```toml
[dependencies]
syn = "0.6"
syn = "0.7"
quote = "0.1"

[lib]
Expand Down

0 comments on commit 5a06475

Please sign in to comment.