From ddcb6fb641d3ee7aecaa14707f22ff559c111215 Mon Sep 17 00:00:00 2001 From: Caelan Sayler Date: Thu, 19 Dec 2024 14:36:48 +0000 Subject: [PATCH] dependency in wrong spot --- src/bins/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bins/Cargo.toml b/src/bins/Cargo.toml index 7adfde9f..62a8e30d 100644 --- a/src/bins/Cargo.toml +++ b/src/bins/Cargo.toml @@ -69,6 +69,7 @@ native-dialog.workspace = true waitpid-any.workspace = true dialog.workspace = true libc.workspace = true +tikv-jemallocator.workspace = true [target.'cfg(windows)'.dependencies] fs_extra.workspace = true @@ -105,7 +106,6 @@ webview2-com = "0.33" libloading.workspace = true strsim.workspace = true same-file.workspace = true -tikv-jemallocator.workspace = true # filelocksmith.workspace = true [dev-dependencies]