fix(v1): remove v1 from default features

This commit is contained in:
Kat Marchán 2024-12-19 23:20:52 -08:00
parent 6a7248c405
commit 3e5d7a33af
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ rust-version = "1.70.0"
edition = "2021"
[features]
default = ["span", "v1"]
default = ["span"]
span = []
v1-fallback = ["v1"]
v1 = ["kdlv1"]