Skip to content

Commit 7396e5c

Browse files
committed
update syn
1 parent 09d83ad commit 7396e5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lazy-static-include"
3-
version = "3.1.3"
3+
version = "3.1.4"
44
authors = ["Magic Len <len@magiclen.org>"]
55
edition = "2021"
66
rust-version = "1.56"
@@ -15,7 +15,7 @@ include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE", "benches/bench.rs"]
1515
[dependencies]
1616
lazy_static = "1.4"
1717
manifest-dir-macros = { version = "0.1.6", features = ["tuple"] }
18-
syn = { version = "1", features = ["full"] }
18+
syn = { version = "2", features = ["full"] }
1919

2020
[dev-dependencies]
2121
bencher = "0.1.5"

0 commit comments

Comments
 (0)