From b59fc4ad67b50372995b16a9d9e6a390f03c5849 Mon Sep 17 00:00:00 2001 From: Myriad-Dreamin Date: Sat, 16 Mar 2024 10:57:50 +0800 Subject: [PATCH] build: remove bad git patch --- crates/tinymist-query/Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/crates/tinymist-query/Cargo.toml b/crates/tinymist-query/Cargo.toml index 708b0f9b8..f9b63386f 100644 --- a/crates/tinymist-query/Cargo.toml +++ b/crates/tinymist-query/Cargo.toml @@ -27,10 +27,6 @@ once_cell.workspace = true fxhash.workspace = true walkdir = "2" indexmap = "2.1.0" -toml = { version = "0.8", default-features = false, features = [ - "parse", - "display", -] } typst.workspace = true typst-ide.workspace = true