Skip to content

Commit

Permalink
Correctly set min syn version to 1.0.61 gh-65 gh-66
Browse files Browse the repository at this point in the history
  • Loading branch information
kellerkindt committed Jun 10, 2021
1 parent aa6e4f1 commit 96df6b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ asn1rs-model = { version = "0.2.2", path = "asn1rs-model", optional = true }
asn1rs-macros = { version = "0.2.2", path = "asn1rs-macros", optional = true }

[dev-dependencies]
syn = {version = "1.0.28", features = ["full", "visit"] }
syn = {version = "1.0.61", features = ["full", "visit"] }
quote = "1.0.3"
proc-macro2 = "1.0.10"

Expand Down
2 changes: 1 addition & 1 deletion asn1rs-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ debug-proc-macro = []

[dependencies]
asn1rs-model = { version = "0.2.2", path = "../asn1rs-model" }
syn = {version = "1.0.17", features = ["full"] }
syn = {version = "1.0.61", features = ["full"] }
quote = "1.0.3"
2 changes: 1 addition & 1 deletion asn1rs-model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"
[dependencies]
backtrace = "0.3.9"
codegen = "0.1.3"
syn = {version = "1.0.17", features = ["full"] }
syn = {version = "1.0.61", features = ["full"] }
quote = "1.0.3"
proc-macro2 = "1.0.10"
strum = "0.19.2"
Expand Down

0 comments on commit 96df6b2

Please sign in to comment.