Skip to content

Commit

Permalink
Bump minimum required version of syn dependency to avoid warnings in …
Browse files Browse the repository at this point in the history
…minimal versions build
  • Loading branch information
taiki-e authored and cramertj committed Jun 25, 2019
1 parent 1a5a71d commit 8e50507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion futures-select-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ std = []
proc-macro2 = "0.4"
proc-macro-hack = "0.5.3"
quote = "0.6"
syn = { version = "0.15.22", features = ["full"] }
syn = { version = "0.15.25", features = ["full"] }

0 comments on commit 8e50507

Please sign in to comment.