From fef7c58b02c493cc458d8080ade71987dabb0c76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sat, 21 Dec 2024 17:49:07 -0800 Subject: [PATCH] fix(v1): sigh. forgot to remove v1 from default features again --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9e19ab9..c672be6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ rust-version = "1.70.0" edition = "2021" [features] -default = ["span", "v1"] +default = ["span"] span = [] v1-fallback = ["v1"] v1 = ["kdlv1"]