Skip to content

Commit

Permalink
bump msrv to 1.62.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshka committed Jun 22, 2024
1 parent 3a7e0f4 commit a3468e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
name: Test (${{ matrix.toolchain }})
strategy:
matrix:
# run on beta to ensure that tests won't break on the next version of the rust toolchain
toolchain: [stable, beta, 1.60.0]
# test backward and forward compatibility with msrv and beta toolchains
toolchain: [1.62.0, stable, beta]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ edition = "2021"
rust-version = "1.60.0"

[target.'cfg(windows)'.dependencies]
windows = { version = "0.57.0", features = [
# Note that 0.56.0 is the last version that supports Rust 1.62.0, the next version requires Rust
# 1.70.0. This would prevent crossterm from being able to compile this on the stable version of
# Debian (which ships with Rust 1.63.0).
windows = { version = "0.56.0", features = [
"Win32_Security",
"Win32_Storage_FileSystem",
"Win32_System_Console",
Expand Down

0 comments on commit a3468e1

Please sign in to comment.