Skip to content

Commit

Permalink
cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
phip1611 committed Apr 9, 2024
1 parent 5f7c29e commit 4cd36ee
Show file tree
Hide file tree
Showing 5 changed files with 164 additions and 152 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
fail-fast: false
matrix:
runs-on: [ macos-latest, ubuntu-latest, windows-latest ]
# 1.64: MSVR of the CLI binary
rust: [ 1.70.0, stable, nightly ]
# 1.74.1: MSVR of the CLI binary
rust: [ 1.74.1, stable, nightly ]
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Unreleased (Yet)

- **BREAKING** The MSRV of the binary is `1.74.1` stable.
- fix: use this library in a tokio runtime without raising a panic
- `TtfbError` now implements `PartialEq`
- dependency updates

# v1.10.0 (2023-12-11)

Expand Down
Loading

0 comments on commit 4cd36ee

Please sign in to comment.