Skip to content

Commit

Permalink
deps: Downgrades to MSRV-compatible versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentdephily committed Oct 27, 2023
1 parent 1492d57 commit 778866e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 8 deletions.
36 changes: 28 additions & 8 deletions Cargo.lock

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

6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ rust-version = "1.65.0"
exclude = ["benches", "docs", "rustfmt.toml", ".github", ".gitignore"]

[dependencies]
# anstyle-parse = 0.2.2 has MSRV 1.70
# Only used transitively, remove from Cargo.toml when our MSRV gets bumped
anstyle-parse = "<0.2.2"
anyhow = "1.0.32"
atoi = "2.0.0"
# clap 4.4.0 has MSRV 1.70
Expand All @@ -39,6 +42,9 @@ time = {version = "<0.3.24", features = ["parsing", "formatting", "local-offset"
[dev-dependencies]
# assert_cmd 2.0.12 has MSRV 1.66
assert_cmd = "<2.0.12"
# predicates 3.0.4 MSRV 1.69
# Only used transitively, remove from Cargo.toml when our MSRV gets bumped
predicates = "<3.0.4"

[[bench]]
# This is meant to be started directly, using scriptisto not cargo
Expand Down

0 comments on commit 778866e

Please sign in to comment.