Skip to content

Commit

Permalink
Update version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Mar 31, 2018
1 parent b2b4df1 commit 2794f10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ itself. Usage is done via:

```toml
[dependencies]
proc-macro2 = "0.2"
proc-macro2 = "0.3"
```

followed by
Expand Down Expand Up @@ -57,7 +57,7 @@ You can enable this feature via:

```toml
[dependencies]
proc-macro2 = { version = "0.2", features = ["nightly"] }
proc-macro2 = { version = "0.3", features = ["nightly"] }
```


Expand Down

0 comments on commit 2794f10

Please sign in to comment.