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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ To include it in your project, add the following line to the dependencies sectio

```toml
[dependencies]
css-inline = "0.19"
css-inline = "0.20"
```

The Minimum Supported Rust Version is 1.80.
Expand Down Expand Up @@ -271,7 +271,7 @@ Caching is disabled by default.

`css-inline` typically inlines HTML emails within hundreds of microseconds, though results may vary with input complexity.

Benchmarks for `css-inline==0.19.2`:
Benchmarks for `css-inline==0.20.0`:

- Basic: **4.09 µs**, 230 bytes
- Realistic-1: **78.94 µs**, 8.58 KB
Expand Down
Loading
Loading