mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-10 20:00:51 +00:00
14 lines
412 B
Diff
14 lines
412 B
Diff
diff --git a/crates/tinymist-std/Cargo.toml b/crates/tinymist-std/Cargo.toml
|
|
index c20b92d..b723b34 100644
|
|
--- a/crates/tinymist-std/Cargo.toml
|
|
+++ b/crates/tinymist-std/Cargo.toml
|
|
@@ -79,7 +79,7 @@ rkyv-validation = ["rkyv/validation"]
|
|
|
|
__web = ["wasm-bindgen", "js-sys", "web-time"]
|
|
web = ["__web"]
|
|
-system = ["tempfile", "same-file", "battery"]
|
|
+system = ["tempfile", "same-file"]
|
|
bi-hash = []
|
|
|
|
[lints]
|