Skip to content

Commit

Permalink
bump msrv to 1.60.0
Browse files Browse the repository at this point in the history
package `windows-result v0.1.2` cannot be built because it requires rustc 1.60 or newer
  • Loading branch information
joshka committed Jun 22, 2024
1 parent c944224 commit edf8e63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
name: Test (${{ matrix.toolchain }})
strategy:
matrix:
# run on stable and beta to ensure that tests won't break on the next version of the rust
# toolchain
toolchain: [stable, beta, 1.56.0]
# run on beta to ensure that tests won't break on the next version of the rust toolchain
toolchain: [stable, beta, 1.60.0]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ license = "MIT"
keywords = ["winapi", "abstractions", "crossterm", "windows", "screen_buffer"]
exclude = ["target", "Cargo.lock"]
readme = "README.md"
edition = "2018"
edition = "2021"
rust-version = "1.60.0"

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.8", features = ["winbase", "consoleapi", "processenv", "handleapi", "synchapi", "impl-default"] }
Expand Down

0 comments on commit edf8e63

Please sign in to comment.