Skip to content

Commit 3e5d7a3

Browse files
committed
fix(v1): remove v1 from default features
1 parent 6a7248c commit 3e5d7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ rust-version = "1.70.0"
1212
edition = "2021"
1313

1414
[features]
15-
default = ["span", "v1"]
15+
default = ["span"]
1616
span = []
1717
v1-fallback = ["v1"]
1818
v1 = ["kdlv1"]

0 commit comments

Comments
 (0)