Skip to content

Commit ff80102

Browse files
committed
update readme
1 parent 642020e commit ff80102

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ Compression and decompression uses no unsafe via the default feature flags "safe
4646

4747
Safe:
4848
```
49-
lz4_flex = { version = "0.11" }
49+
lz4_flex = { version = "0.12" }
5050
```
5151

5252
Performance:
5353
```
54-
lz4_flex = { version = "0.11", default-features = false }
54+
lz4_flex = { version = "0.12", default-features = false }
5555
```
5656

5757
### Block Format

0 commit comments

Comments
 (0)