fix(v1): sigh. forgot to remove v1 from default features again

This commit is contained in:
Kat Marchán 2024-12-21 17:49:07 -08:00
parent 3e8b2f443a
commit fef7c58b02
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"]