Skip to content

Commit

Permalink
Bump MSRV to 1.56.1
Browse files Browse the repository at this point in the history
Because that is what is needed by clap 2
  • Loading branch information
tmccombs committed Sep 9, 2022
1 parent 6655356 commit 45d6f55
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CICD

env:
MIN_SUPPORTED_RUST_VERSION: "1.56.0"
MIN_SUPPORTED_RUST_VERSION: "1.56.1"
CICD_INTERMEDIATES_DIR: "_cicd-intermediates"

on:
Expand Down
34 changes: 17 additions & 17 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ path = "src/main.rs"

[build-dependencies]
clap = { version = "3.2", features = ["cargo"] }
clap_complete = "3.1"
clap_complete = "3.2"
version_check = "0.9"

[dependencies]
Expand All @@ -53,7 +53,7 @@ chrono = "0.4"
once_cell = "1.13.1"

[dependencies.clap]
version = "3.1"
version = "3.2"
features = ["suggestions", "color", "wrap_help", "cargo", "unstable-grouped"]

[target.'cfg(unix)'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion clippy.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
msrv = "1.56.0"
msrv = "1.56.1"

0 comments on commit 45d6f55

Please sign in to comment.