Skip to content

Commit

Permalink
Merge #295
Browse files Browse the repository at this point in the history
295: Update minimal version of syn to 1.0.44 r=taiki-e a=taiki-e

rust-lang/rust#77135 (comment)

Co-authored-by: Taiki Endo <te316e89@gmail.com>
  • Loading branch information
bors[bot] and taiki-e authored Oct 11, 2020
2 parents 1cb7d0b + 2076d45 commit 816625d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions pin-project-internal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ targets = ["x86_64-unknown-linux-gnu"]
proc-macro = true

[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "1.0.13", features = ["full", "visit-mut"] }
proc-macro2 = "1"
quote = "1"
syn = { version = "1.0.44", features = ["full", "visit-mut"] }

[dev-dependencies]
pin-project = { version = "1.0.0-alpha.1", path = ".." }
rustversion = "1.0"
rustversion = "1"
6 changes: 3 additions & 3 deletions tests/auxiliary/macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ proc-macro = true
name = "auxiliary_macro"

[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "1.0", features = ["full"] }
proc-macro2 = "1"
quote = "1"
syn = { version = "1", features = ["full"] }

0 comments on commit 816625d

Please sign in to comment.