Skip to content

Commit 96df6b2

Browse files
committed
Correctly set min syn version to 1.0.61 gh-65 gh-66
1 parent aa6e4f1 commit 96df6b2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ asn1rs-model = { version = "0.2.2", path = "asn1rs-model", optional = true }
4848
asn1rs-macros = { version = "0.2.2", path = "asn1rs-macros", optional = true }
4949

5050
[dev-dependencies]
51-
syn = {version = "1.0.28", features = ["full", "visit"] }
51+
syn = {version = "1.0.61", features = ["full", "visit"] }
5252
quote = "1.0.3"
5353
proc-macro2 = "1.0.10"
5454

asn1rs-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ debug-proc-macro = []
2121

2222
[dependencies]
2323
asn1rs-model = { version = "0.2.2", path = "../asn1rs-model" }
24-
syn = {version = "1.0.17", features = ["full"] }
24+
syn = {version = "1.0.61", features = ["full"] }
2525
quote = "1.0.3"

asn1rs-model/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ readme = "README.md"
1313
[dependencies]
1414
backtrace = "0.3.9"
1515
codegen = "0.1.3"
16-
syn = {version = "1.0.17", features = ["full"] }
16+
syn = {version = "1.0.61", features = ["full"] }
1717
quote = "1.0.3"
1818
proc-macro2 = "1.0.10"
1919
strum = "0.19.2"

0 commit comments

Comments
 (0)