Skip to content

Commit 25beafb

Browse files
committed
docs: Minor tweaks
1 parent 6626fbc commit 25beafb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,11 @@ fn main() -> Result<(), css_inline::InlineError> {
141141

142142
Benchmarks for `css-inline==0.10.4`:
143143

144-
- Basic: 7.13 µs
145-
- Realistic-1: 152.95 µs
146-
- Realistic-2: 110.82 µs
144+
- Basic: **7.13 µs**
145+
- Realistic-1: **152.95 µs**
146+
- Realistic-2: **110.82 µs**
147147

148-
- These benchmarks, conducted using `rustc 1.70`, can be found in `css-inline/benches/inliner.rs`.
148+
These benchmarks, conducted using `rustc 1.71.1`, can be found in `css-inline/benches/inliner.rs`.
149149

150150
## Bindings
151151

bindings/ruby/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ The table below provides a detailed comparison between `css_inline` and `premail
143143
| Realistic email 2 | 128.53 µs | Error: Cannot parse 0 calc((100% - 500px) / 2) | - |
144144

145145
Please refer to the `test/bench.rb` file to review the benchmark code.
146-
The results displayed above were measured using stable `rustc 1.70` on Ruby `3.2.2`.
146+
The results displayed above were measured using stable `rustc 1.71.1` on Ruby `3.2.2`.
147147

148148
## Ruby support
149149

0 commit comments

Comments
 (0)