Skip to content

Commit

Permalink
chore: update to rust 1.56 (windows-sys 2021 edition)
Browse files Browse the repository at this point in the history
  • Loading branch information
steffengy authored Dec 24, 2023
1 parent 08aa4f8 commit 726183a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.46.0
channel: 1.56.0
os: windows-2022
steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +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"

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

0 comments on commit 726183a

Please sign in to comment.