Remove unused dependency

This commit is contained in:
JRI98 2024-11-18 18:39:34 +00:00
parent a18232bd8b
commit addf876672
No known key found for this signature in database
GPG key ID: F83B29916FF13F24
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -3007,7 +3007,6 @@ dependencies = [
"roc_std", "roc_std",
"roc_target", "roc_target",
"roc_types", "roc_types",
"signal-hook",
"strip-ansi-escapes", "strip-ansi-escapes",
"target-lexicon", "target-lexicon",
"tempfile", "tempfile",

View file

@ -30,7 +30,6 @@ bumpalo.workspace = true
inkwell.workspace = true inkwell.workspace = true
libc.workspace = true libc.workspace = true
libloading.workspace = true libloading.workspace = true
signal-hook.workspace = true
target-lexicon.workspace = true target-lexicon.workspace = true
[dev-dependencies] [dev-dependencies]