From fd827f4cba9e576a9342e1115fdf7e804471d438 Mon Sep 17 00:00:00 2001 From: ymgyt Date: Fri, 14 Jun 2024 02:37:30 +0900 Subject: [PATCH] chore(term): use default-features instead of default_features --- crates/synd_term/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/synd_term/Cargo.toml b/crates/synd_term/Cargo.toml index e7b12d85..e82fc304 100644 --- a/crates/synd_term/Cargo.toml +++ b/crates/synd_term/Cargo.toml @@ -69,7 +69,7 @@ fake = { workspace = true } insta = { workspace = true } kvsd = { workspace = true } proptest = { workspace = true } -serial_test = { version = "3.1.1", default_features = false, features = ["async", "file_locks"] } +serial_test = { version = "3.1.1", default-features = false, features = ["async", "file_locks"] } tempfile = { workspace = true } tokio-stream = "0.1.15" tokio-util = { workspace = true }