Skip to content

Commit 3d40f3d

Browse files
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#55
1 parent fee29b4 commit 3d40f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rstest_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ syn = { version = "2.0.79", features = [
3737
"visit-mut",
3838
] }
3939
unicode-ident = "1.0.13"
40-
proc-macro-crate = { version = "3.2.0", optional = true }
40+
proc-macro-crate = { version = "3.4.0", optional = true }
4141

4242
[dev-dependencies]
4343
maplit = "1.0.2"

0 commit comments

Comments
 (0)