Skip to content

Commit

Permalink
Merge pull request #48 from phip1611/dev
Browse files Browse the repository at this point in the history
prepare v1.11
  • Loading branch information
phip1611 authored Apr 9, 2024
2 parents 0747506 + 4cd36ee commit 13c541d
Show file tree
Hide file tree
Showing 11 changed files with 318 additions and 184 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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# 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)

## ttfb lib
Expand Down
Loading

0 comments on commit 13c541d

Please sign in to comment.