Skip to content

Commit

Permalink
update minimum rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
steffengy committed Sep 7, 2024
1 parent 60097bb commit b30fc39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
channel: [nightly]
include:
- target: i686-pc-windows-gnu
channel: 1.56.0
channel: 1.60.0
os: windows-2022
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/steffengy/schannel-rs"
readme = "README.md"
keywords = ["windows", "schannel", "tls", "ssl", "https"]
edition = "2018"
rust-version = "1.56.0"
rust-version = "1.60.0"

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
Expand Down

0 comments on commit b30fc39

Please sign in to comment.