Skip to content

Commit

Permalink
Revert "fix: add v1-fallback for kdl"
Browse files Browse the repository at this point in the history
This reverts commit 9516e15.
  • Loading branch information
jdx committed Jan 10, 2025
1 parent bdc1dfb commit ef98628
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 44 deletions.
49 changes: 7 additions & 42 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ env_logger = "0.11"
exec = "0.3"
indexmap = "2"
itertools = "0.14"
kdl = { version = "6", features = ["v1-fallback"] }
kdl = "6"
log = "0.4"
miette7 = { version = "7", features = ["fancy"], package = "miette" }
once_cell = "1"
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ clap = { version = "4", features = ["derive", "string"], optional = true }
heck = "0.5"
indexmap = { version = "2", features = ["serde"] }
itertools = "0.14"
kdl = { version = "6", features = ["v1-fallback"] }
kdl = "6"
log = "0.4"
miette7 = { version = "7", package = "miette" }
once_cell = "1"
Expand Down

0 comments on commit ef98628

Please sign in to comment.