From d5301817b73a8fc1792a1e864bbe529066786dbc Mon Sep 17 00:00:00 2001 From: Joshua Warner Date: Thu, 11 Nov 2021 20:04:37 -0800 Subject: [PATCH] Apply `cargo fmt --all` to Cargo.toml --- cli_utils/Cargo.lock | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/cli_utils/Cargo.lock b/cli_utils/Cargo.lock index f41f503d27..4889a1da49 100644 --- a/cli_utils/Cargo.lock +++ b/cli_utils/Cargo.lock @@ -2398,8 +2398,6 @@ name = "roc_build" version = "0.1.0" dependencies = [ "bumpalo", - "im", - "im-rc", "inkwell 0.1.0", "libloading 0.7.1", "roc_builtins", @@ -2440,8 +2438,6 @@ name = "roc_can" version = "0.1.0" dependencies = [ "bumpalo", - "im", - "im-rc", "roc_builtins", "roc_collections", "roc_module", @@ -2459,8 +2455,6 @@ dependencies = [ "bumpalo", "clap 3.0.0-beta.5", "const_format", - "im", - "im-rc", "inkwell 0.1.0", "libloading 0.7.1", "mimalloc", @@ -2562,8 +2556,6 @@ dependencies = [ "fs_extra", "futures", "glyph_brush", - "im", - "im-rc", "libc", "log", "nonempty", @@ -2599,8 +2591,6 @@ name = "roc_fmt" version = "0.1.0" dependencies = [ "bumpalo", - "im", - "im-rc", "roc_collections", "roc_module", "roc_parse", @@ -2612,8 +2602,6 @@ name = "roc_gen_dev" version = "0.1.0" dependencies = [ "bumpalo", - "im", - "im-rc", "object 0.26.2", "roc_builtins", "roc_collections", @@ -2632,20 +2620,13 @@ name = "roc_gen_llvm" version = "0.1.0" dependencies = [ "bumpalo", - "im", - "im-rc", "inkwell 0.1.0", "morphic_lib", "roc_builtins", "roc_collections", "roc_module", "roc_mono", - "roc_problem", - "roc_region", - "roc_solve", "roc_std", - "roc_types", - "roc_unify", "target-lexicon", ] @@ -2654,6 +2635,7 @@ name = "roc_gen_wasm" version = "0.1.0" dependencies = [ "bumpalo", + "roc_builtins", "roc_collections", "roc_module", "roc_mono", @@ -2726,7 +2708,6 @@ version = "0.1.0" dependencies = [ "bumpalo", "hashbrown 0.11.2", - "linked-hash-map", "morphic_lib", "roc_can", "roc_collections", @@ -2737,7 +2718,6 @@ dependencies = [ "roc_std", "roc_types", "roc_unify", - "ven_ena", "ven_graph", "ven_pretty", ] @@ -2773,8 +2753,6 @@ version = "0.1.0" dependencies = [ "bumpalo", "distance", - "im", - "im-rc", "roc_can", "roc_collections", "roc_module",