We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2b4df1 commit 2794f10Copy full SHA for 2794f10
README.md
@@ -27,7 +27,7 @@ itself. Usage is done via:
27
28
```toml
29
[dependencies]
30
-proc-macro2 = "0.2"
+proc-macro2 = "0.3"
31
```
32
33
followed by
@@ -57,7 +57,7 @@ You can enable this feature via:
57
58
59
60
-proc-macro2 = { version = "0.2", features = ["nightly"] }
+proc-macro2 = { version = "0.3", features = ["nightly"] }
61
62
63
0 commit comments