Skip to content

Commit

Permalink
v1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phip1611 committed Dec 4, 2024
1 parent 068c564 commit 6a44061
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ As this crate exports a library and a binary, both are released simultaneously.
However, some releases might only change things in the library and some might
only change something for the binary.

# v1.13.1 (2024-12-04)

## ttfb lib

- Pin dependencies to guarantee MSRV build.

# v1.13.0 (2024-08-02)

## ttfb lib
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Library + CLI utility to measure the TTFB (time to first byte) of HTTP(S)
requests. This includes data of intermediate steps, such as the relative and
absolute timings of DNS lookup, TCP connect, and TLS handshake.
"""
version = "1.13.0"
version = "1.13.1"
edition = "2021"
rust-version = "1.70" # MSRV of the library (= min(lib,bin))
keywords = ["ttfb", "http", "timings", "web"]
Expand Down Expand Up @@ -52,7 +52,7 @@ derive_more = { version = "0.99.0", default-features = false, features = [
"display",
] }
# nice abstraction of URL
url = "2.5.0"
url = "=2.5.0"

# +++ BINARY +++
# used for the binary, not the lib
Expand Down

0 comments on commit 6a44061

Please sign in to comment.