mirror of https://github.com/kdl-org/kdl-rs.git
Relax winnow version constraints
This commit is contained in:
parent
439aa63bfc
commit
140d43b447
|
|
@ -23,7 +23,7 @@ members = ["tools/*"]
|
|||
[dependencies]
|
||||
miette.workspace = true
|
||||
num = "0.4.2"
|
||||
winnow = { version = "=0.6.24", features = ["alloc", "unstable-recover"] }
|
||||
winnow = { version = "0.6.24", features = ["alloc", "unstable-recover"] }
|
||||
kdlv1 = { package = "kdl", version = "4.7.0", optional = true }
|
||||
|
||||
[workspace.dependencies]
|
||||
|
|
|
|||
Loading…
Reference in New Issue