Skip to content

Commit e81d970

Browse files
authored
Merge 7fec8e7 into 88e780c
2 parents 88e780c + 7fec8e7 commit e81d970

File tree

21 files changed

+3942
-20
lines changed

21 files changed

+3942
-20
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
fail-fast: false
6666
matrix:
6767
os: [ubuntu-latest, macos-latest, windows-latest]
68-
rust: [1.67.0]
68+
rust: [1.68.0]
6969

7070
name: Check / Test MSRV on ${{ matrix.os }}
7171
runs-on: ${{ matrix.os }}

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
target
2-
Cargo.lock
32
venv

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Various fixes & improvements
6+
- The minimum supported Rust version was bumped to **1.68.0** due to requirements from dependencies. (#612)
7+
38
## 0.31.6
49

510
### Various fixes & improvements

0 commit comments

Comments
 (0)