Commit 2ecd32b
committed
Upgrade proc-macro-crate to 3.4.0 in order fix compilation under bazel
rstest currently fails to build under bazel with
```
error: custom attribute panicked
|
250 | #[rstest]
| ^^^^^^^^^
|
= help: message: rstest is present in `Cargo.toml` qed: Could not find `Cargo.toml` in manifest dir:
```
I've tracked this back to proc-macro-crate, which fixed it in bkchr/proc-macro-crate#551 parent 56c6f43 commit 2ecd32b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments