Skip to content

Commit f4ef948

Browse files
Googlercopybara-github
authored andcommitted
PUBLIC: Add missing extra-traits feature flag for syn dependency.
This fixes gtest_rust not compiling with Cargo and therefore unblocks the release. PiperOrigin-RevId: 734609762
1 parent 43d5976 commit f4ef948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

googletest_macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ authors = [
2727

2828
[dependencies]
2929
quote = "1.0.39"
30-
syn = {version = "2.0.99", features = ["full"]}
30+
syn = {version = "2.0.99", features = ["full", "extra-traits"]}
3131
proc-macro2 = "1.0.94"
3232

3333
[lib]

0 commit comments

Comments
 (0)