Skip to content

Commit 703f3e5

Browse files
committed
update dependencies
1 parent 97540b2 commit 703f3e5

File tree

2 files changed

+37
-347
lines changed

2 files changed

+37
-347
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 = "2.2.1"
3+
version = "2.2.2"
44
authors = ["Magic Len <len@magiclen.org>"]
55
edition = "2018"
66
repository = "https://github.com/magiclen/lazy-static-include"
@@ -17,7 +17,7 @@ branch = "master"
1717

1818
[dependencies]
1919
lazy_static = "1.3"
20-
syn = {version = "0.15", features = ["parsing", "full", "extra-traits"]}
20+
syn = {version = "1", features = ["parsing", "full", "extra-traits"]}
2121
starts-ends-with-caseless = "0.5"
2222

2323
[dev-dependencies]

0 commit comments

Comments
 (0)