Skip to content

Commit 2794f10

Browse files
committed
Update version in README
1 parent b2b4df1 commit 2794f10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ itself. Usage is done via:
2727

2828
```toml
2929
[dependencies]
30-
proc-macro2 = "0.2"
30+
proc-macro2 = "0.3"
3131
```
3232

3333
followed by
@@ -57,7 +57,7 @@ You can enable this feature via:
5757

5858
```toml
5959
[dependencies]
60-
proc-macro2 = { version = "0.2", features = ["nightly"] }
60+
proc-macro2 = { version = "0.3", features = ["nightly"] }
6161
```
6262

6363

0 commit comments

Comments
 (0)