Skip to content

Commit e8c641e

Browse files
committed
Update version info + document features
1 parent 8d59d57 commit e8c641e

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ The below are the versions with which I have tested it to be working. It is like
121121
| `0.1` | `0.5` |
122122
| `0.2` | `0.5`, `0.6` |
123123
| `0.3` | `0.6` |
124+
| `0.4` | `0.7` |
125+
126+
This crate also has a feature `"nightly"` that enables better proc-macro diagnostics (simply enables the nightly feature in proc-macro-error2. Necessary while [this pr](https://github.com/GnomedDev/proc-macro-error-2/pull/5) is not yet merged).
124127

125128
## Syntax details
126129

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ The below are the versions with which I have tested it to be working. It is like
116116
| `0.1` | `0.5` |
117117
| `0.2` | `0.5`, `0.6` |
118118
| `0.3` | `0.6` |
119+
| `0.4` | `0.7` |
120+
121+
This crate also has a feature `"nightly"` that enables better proc-macro diagnostics (simply enables the nightly feature in proc-macro-error2. Necessary while [this pr](https://github.com/GnomedDev/proc-macro-error-2/pull/5) is not yet merged).
119122
120123
# Syntax details
121124

0 commit comments

Comments
 (0)