Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
- name: Install cargo-msrv
run: cargo install cargo-msrv

- name: Run cargo-msrv
run: cargo msrv verify
- name: Run cargo-msrv
run: cargo msrv verify

test:
name: Test
Expand All @@ -89,7 +89,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
rust_version: [1.63.0, stable, nightly]
rust_version: [1.71, stable, nightly]

runs-on: ${{ matrix.os }}

Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# v0.6.0 (Dec 2024)
# v0.6.0 (May 2025)

## Breaking changes

- Upgraded `reqwest` which bumped MSRV from 1.63 to 1.71.

## Additions

Expand Down
Loading
Loading