Skip to content

Commit 7b3973e

Browse files
committed
Release 0.5.0
1 parent 32a112e commit 7b3973e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "syn"
3-
version = "0.4.0" # don't forget to update version in readme
3+
version = "0.5.0" # don't forget to update version in readme
44
authors = ["David Tolnay <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "Nom parser for Rust items"
@@ -17,4 +17,4 @@ visit = []
1717

1818
[dependencies]
1919
nom = { version = "1.2.4", optional = true }
20-
quote = { version = "0.1.1", optional = true }
20+
quote = { version = "0.1.2", optional = true }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Parse Rust structs and enums without a Syntex dependency, intended for use with
1010

1111
```toml
1212
[dependencies]
13-
syn = "0.4"
13+
syn = "0.5"
1414
```
1515

1616
```rust

0 commit comments

Comments
 (0)