Skip to content

Commit

Permalink
adjust msrv to the one required by windows crates (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed May 3, 2022
1 parent 504fe78 commit 0f141ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/msrv.yml
Expand Up @@ -25,6 +25,6 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: "1.54.0"
toolchain: "1.59.0" # dictated by `windows` crates effectively
override: true
- run: make check-msrv-on-ci
2 changes: 1 addition & 1 deletion git-repository/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ version = "0.17.0"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
edition = "2018"
include = ["src/**/*", "CHANGELOG.md"]
rust-version = "1.54" # need VecDeque::binary_search
rust-version = "1.59"

[lib]
doctest = false
Expand Down

0 comments on commit 0f141ca

Please sign in to comment.