You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,9 @@ The below are the versions with which I have tested it to be working. It is like
121
121
|`0.1`|`0.5`|
122
122
|`0.2`|`0.5`, `0.6`|
123
123
|`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).
Copy file name to clipboardExpand all lines: src/lib.rs
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,9 @@ The below are the versions with which I have tested it to be working. It is like
116
116
| `0.1` | `0.5` |
117
117
| `0.2` | `0.5`, `0.6` |
118
118
| `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).
0 commit comments