Skip to content

Commit ad8e6a4

Browse files
Fix Windows installation (#399)
* build: ➕ Avoid vendored openssl in Windows * build: ⬆️ Update cargo version * feat: ✨ Add resolver property * build: ⬆️ Bump MSRV to 1.65
1 parent 59c62fd commit ad8e6a4

File tree

8 files changed

+387
-147
lines changed

8 files changed

+387
-147
lines changed

.github/workflows/raspberry_rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
cargo-command: check
3333
args: --lib --no-default-features --features=raspberry
3434
- name: Check MSRV
35-
toolchain: "1.64"
35+
toolchain: "1.65"
3636
cargo-command: check
3737
args: --features=raspberry
3838
- name: Unit Test

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/checkout@v3
5656
- uses: dtolnay/rust-toolchain@v1
5757
with:
58-
toolchain: "1.64"
58+
toolchain: "1.65"
5959
- uses: Swatinem/rust-cache@v2
6060
- run: cargo check
6161

0 commit comments

Comments
 (0)