Skip to content

Commit

Permalink
fix(v1): sigh. forgot to remove v1 from default features again
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Dec 22, 2024
1 parent 3e8b2f4 commit fef7c58
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 fef7c58

Please sign in to comment.