From 4ed3dffc4bce1f687654e6b58b12ed57da6b1164 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 16 Jan 2025 22:03:55 -0600 Subject: [PATCH] Cargo.toml: replace deprecated "default_features" with "default-features" --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 09047fd..6a92791 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,5 +11,5 @@ conlang = [] [dependencies] datetime = { version = "0.5.2", features = [ "format", -], default_features = false, optional = true } +], default-features = false, optional = true } unicode-ident = "1.0.12"