Skip to content

Commit 8416074

Browse files
committed
Update lazy_static dependency
1 parent 191abd2 commit 8416074

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/global/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ edition = "2018"
55

66
[dependencies]
77
config = { path = "../../" }
8-
lazy_static = "^0.2.8"
8+
lazy_static = "1"

examples/watch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ edition = "2018"
55

66
[dependencies]
77
config = { path = "../../" }
8-
lazy_static = "^0.2.8"
8+
lazy_static = "1"
99
notify = "^4.0.0"

0 commit comments

Comments
 (0)