Skip to content

Commit de2db8c

Browse files
committed
Upgrade syn to v0.15
1 parent a82359b commit de2db8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

graphql_client_codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ failure = "0.1"
1111
itertools = "0.7"
1212
lazy_static = "1.0"
1313
quote = "^0.6"
14-
syn = "0.14"
14+
syn = "0.15"
1515
proc-macro2 = { version = "0.4", features = [] }
1616
serde = "1.0"
1717
serde_derive = "1.0"

graphql_query_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ repository = "https://github.com/tomhoule/graphql-client"
1010
proc-macro = true
1111

1212
[dependencies]
13-
syn = "0.14"
13+
syn = "0.15"
1414
proc-macro2 = { version = "0.4", features = [] }
1515
graphql_client_codegen = { path = "../graphql_client_codegen/", version = "0.4.0" }

0 commit comments

Comments
 (0)