Skip to content

Commit

Permalink
chore: pin kdl below 4.7
Browse files Browse the repository at this point in the history
kdl 4.7 upgraded miette which no longer compiles
  • Loading branch information
jdx committed Dec 3, 2024
1 parent ada6c92 commit 045c9cf
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 47 deletions.
91 changes: 46 additions & 45 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 @@ -33,7 +33,7 @@ exec = "0.3"
heck = "0.5"
indexmap = "2"
itertools = "0.13"
kdl = "4"
kdl = "<4.7"
log = "0.4"
miette = { version = "5", features = ["fancy"] }
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 @@ -25,7 +25,7 @@ clap = { version = "4", features = ["derive", "string"], optional = true }
heck = "0.5"
indexmap = { version = "2", features = ["serde"] }
itertools = "0.13"
kdl = "4"
kdl = "<4.7"
log = "0.4"
miette = "5"
once_cell = "1"
Expand Down

0 comments on commit 045c9cf

Please sign in to comment.