Skip to content

Commit a21fd68

Browse files
committed
chore(ruby): Update dependency on css-inline to 0.20.0
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
1 parent 392c0d2 commit a21fd68

File tree

4 files changed

+299
-267
lines changed

4 files changed

+299
-267
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To include it in your project, add the following line to the dependencies sectio
5555

5656
```toml
5757
[dependencies]
58-
css-inline = "0.19"
58+
css-inline = "0.20"
5959
```
6060

6161
The Minimum Supported Rust Version is 1.80.
@@ -271,7 +271,7 @@ Caching is disabled by default.
271271

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

274-
Benchmarks for `css-inline==0.19.2`:
274+
Benchmarks for `css-inline==0.20.0`:
275275

276276
- Basic: **4.09 µs**, 230 bytes
277277
- Realistic-1: **78.94 µs**, 8.58 KB

0 commit comments

Comments
 (0)