Skip to content

Commit

Permalink
fix(v1): remove v1 from default features
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Dec 20, 2024
1 parent 6a7248c commit 3e5d7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rust-version = "1.70.0"
edition = "2021"

[features]
default = ["span", "v1"]
default = ["span"]
span = []
v1-fallback = ["v1"]
v1 = ["kdlv1"]
Expand Down

0 comments on commit 3e5d7a3

Please sign in to comment.