Skip to content

Commit

Permalink
update MSRV in CI
Browse files Browse the repository at this point in the history
required for der
  • Loading branch information
Keruspe committed Apr 25, 2024
1 parent 13ed6ae commit 87434ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
strategy:
fail-fast: false
matrix:
# os: [ubuntu-latest, windows-latest, macos-latest]
#os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest]
rust: [nightly, beta, stable, 1.63.0]
rust: [nightly, beta, stable, 1.65.0]
steps:
- uses: actions/checkout@v2

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 2.3.3 (2024-04-24)

#### Misc

* Dependencies update

### 2.3.2 (2024-04-23)

#### Bug Fixes
Expand Down

0 comments on commit 87434ce

Please sign in to comment.