Commit d79c3dd
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 5e9c6ee commit d79c3dd
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
| 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