Skip to content

Commit 8e50507

Browse files
taiki-ecramertj
authored andcommitted
Bump minimum required version of syn dependency to avoid warnings in minimal versions build
1 parent 1a5a71d commit 8e50507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

futures-select-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ std = []
2222
proc-macro2 = "0.4"
2323
proc-macro-hack = "0.5.3"
2424
quote = "0.6"
25-
syn = { version = "0.15.22", features = ["full"] }
25+
syn = { version = "0.15.25", features = ["full"] }

0 commit comments

Comments
 (0)