Skip to content

Commit

Permalink
Deps: Update toml_edit minimum version.
Browse files Browse the repository at this point in the history
Required for minimal-versions correctness.
  • Loading branch information
kpreid committed May 20, 2024
1 parent b60da8f commit 7a515d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ anyhow = { workspace = true }
cargo_metadata = "0.8.2"
clap = { workspace = true }
once_cell = { workspace = true }
toml_edit = { version = "0.22.0" }
toml_edit = { version = "0.22.7" }
walkdir = "2.3.2"
xshell = "0.1.17"

Expand Down

0 comments on commit 7a515d5

Please sign in to comment.