Skip to content

Commit

Permalink
Pull in syn 1.0.19
Browse files Browse the repository at this point in the history
Includes dtolnay/syn#790 which we need for
extern type aliases.
  • Loading branch information
dtolnay committed May 8, 2020
1 parent 9938381 commit e47119c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gen/build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cc = "1.0.49"
codespan-reporting = "0.9"
proc-macro2 = { version = "1.0.12", features = ["span-locations"] }
quote = "1.0"
syn = { version = "1.0", features = ["full"] }
syn = { version = "1.0.19", features = ["full"] }

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
2 changes: 1 addition & 1 deletion gen/cmd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ codespan-reporting = "0.9"
proc-macro2 = { version = "1.0.12", features = ["span-locations"] }
quote = "1.0"
structopt = "0.3"
syn = { version = "1.0", features = ["full"] }
syn = { version = "1.0.19", features = ["full"] }

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
2 changes: 1 addition & 1 deletion macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ proc-macro = true
[dependencies]
proc-macro2 = "1.0"
quote = "1.0.4"
syn = { version = "1.0", features = ["full"] }
syn = { version = "1.0.19", features = ["full"] }

[dev-dependencies]
cxx = { version = "0.3", path = ".." }
Expand Down
2 changes: 1 addition & 1 deletion third-party/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ rust_library(

rust_library(
name = "syn",
srcs = glob(["vendor/syn-1.0.18/src/**"]),
srcs = glob(["vendor/syn-1.0.19/src/**"]),
visibility = ["PUBLIC"],
features = [
"clone-impls",
Expand Down
2 changes: 1 addition & 1 deletion third-party/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ rust_library(

rust_library(
name = "syn",
srcs = glob(["vendor/syn-1.0.18/src/**"]),
srcs = glob(["vendor/syn-1.0.19/src/**"]),
crate_features = [
"clone-impls",
"derive",
Expand Down
4 changes: 2 additions & 2 deletions third-party/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e47119c

Please sign in to comment.