Skip to content

Commit

Permalink
fix: Formatting, Cargo.lock, MSRV bump (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
loewenheim committed Sep 13, 2023
1 parent 88e780c commit e4cfc3a
Show file tree
Hide file tree
Showing 21 changed files with 3,942 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -65,7 +65,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
rust: [1.67.0]
rust: [1.68.0]

name: Check / Test MSRV on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down
1 change: 0 additions & 1 deletion .gitignore
@@ -1,3 +1,2 @@
target
Cargo.lock
venv
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## Unreleased

### Various fixes & improvements
- The minimum supported Rust version was bumped to **1.68.0** due to requirements from dependencies. (#612)

## 0.31.6

### Various fixes & improvements
Expand Down

0 comments on commit e4cfc3a

Please sign in to comment.