Update lazy_static version to match shared_library's
This commit is contained in:
parent
68a1d2aaa2
commit
36f935a81a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ documentation = "https://docs.rs/ash"
|
|||
|
||||
[dependencies]
|
||||
shared_library = "0.1.9"
|
||||
lazy_static = "0.2.1"
|
||||
lazy_static = "1"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
|
Loading…
Add table
Reference in a new issue