From 5b84134dbce432d8a72da8d72e388650cdc7997b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven=20H=C3=A9=20=28S=C4=ABch=C3=A0ng=29?= Date: Thu, 12 Jan 2023 21:53:43 +0800 Subject: [PATCH] note on cfg --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 1cb0177..a1c0446 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,6 +22,7 @@ toml = "0.5" regex = "1.7" tokio = { version = "1.24", features = ["rt-multi-thread"] } +# Remember to modify the tests accordingly if you modify this. [target.'cfg(any(target_os = "macos", all(unix, target_platform = "x86_64")))'.dependencies] katex = "0.4.5"