Skip to content

Commit

Permalink
chore(deps): add v1 features back to kdl
Browse files Browse the repository at this point in the history
  • Loading branch information
dj95 committed Dec 23, 2024
1 parent 123f9fa commit a029205
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cached = { version = "0.54.0", features = ["wasm"] }
console = "0.15.10"
tracing-subscriber = "0.3.19"
tracing = "0.1.41"
kdl = "6.1.0"
kdl = { version = "6.1.0", features = ["v1", "v1-fallback"] }
rstest = "0.23.0"
itertools = "0.13.0"

Expand Down

0 comments on commit a029205

Please sign in to comment.