Skip to content

Commit 50570b4

Browse files
committed
Version 1.12.0
* Bump MSRV to 1.83 because zip 5.1.1 requires Rust >= 1.83 * Run cargo update * Add new config options to the README
1 parent 51c56d5 commit 50570b4

File tree

5 files changed

+170
-135
lines changed

5 files changed

+170
-135
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
matrix:
4343
os: [ubuntu-latest, windows-latest, macos-latest]
4444
# Stable and MSRV
45-
rust_version: [stable, 1.82]
45+
rust_version: [stable, 1.83]
4646

4747
steps:
4848
- name: Checkout the repository

0 commit comments

Comments
 (0)