mirror of https://github.com/kdl-org/kdl-rs.git
fix(v1): remove v1 from default features
This commit is contained in:
parent
6a7248c405
commit
3e5d7a33af
|
|
@ -12,7 +12,7 @@ rust-version = "1.70.0"
|
|||
edition = "2021"
|
||||
|
||||
[features]
|
||||
default = ["span", "v1"]
|
||||
default = ["span"]
|
||||
span = []
|
||||
v1-fallback = ["v1"]
|
||||
v1 = ["kdlv1"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue