Skip to content

Commit

Permalink
doc: note new msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
phip1611 committed May 1, 2024
1 parent 1055d4e commit 1c06136
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Unreleased (Yet)

## ttfb lib

- **BREAKING** The MSRV is now `1.67.0` stable.
- dependency updates

## ttfb binary

- dependency updates

# v1.11.0 (2024-04-09)

## ttfb lib
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ absolute timings of DNS lookup, TCP connect, and TLS handshake.
"""
version = "1.11.0"
edition = "2021"
rust-version = "1.65" # MSRV of the library (= min(lib,bin))
rust-version = "1.67" # MSRV of the library (= min(lib,bin))
keywords = ["ttfb", "http", "timings", "web"]
categories = ["network-programming", "command-line-utilities"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion ttfb-lib-msrv-check/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.65.0" # MSRV of the library
channel = "1.67.0" # MSRV of the library
profile = "minimal"

0 comments on commit 1c06136

Please sign in to comment.