mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-26 07:36:19 +00:00
Remove unused lazy_static
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -1776,7 +1776,6 @@ dependencies = [
|
|||||||
"hyper",
|
"hyper",
|
||||||
"insta",
|
"insta",
|
||||||
"jod-thread",
|
"jod-thread",
|
||||||
"lazy_static",
|
|
||||||
"log",
|
"log",
|
||||||
"maplit",
|
"maplit",
|
||||||
"memofs",
|
"memofs",
|
||||||
|
|||||||
@@ -101,7 +101,6 @@ rojo-insta-ext = { path = "rojo-insta-ext" }
|
|||||||
|
|
||||||
criterion = "0.3.5"
|
criterion = "0.3.5"
|
||||||
insta = { version = "1.8.0", features = ["redactions"] }
|
insta = { version = "1.8.0", features = ["redactions"] }
|
||||||
lazy_static = "1.4.0"
|
|
||||||
paste = "1.0.5"
|
paste = "1.0.5"
|
||||||
pretty_assertions = "1.2.1"
|
pretty_assertions = "1.2.1"
|
||||||
serde_yaml = "0.8.21"
|
serde_yaml = "0.8.21"
|
||||||
|
|||||||
Reference in New Issue
Block a user