Skip to content

Commit

Permalink
Update version in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jheyens committed Nov 28, 2018
1 parent 5892a7c commit ceb967d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ LZ4 is a very fast lossless compression algorithm, providing compression speed a
Put this in your `Cargo.toml`:
```toml
[dependencies]
lz4 = "*"
lz4 = "1.23.1"
```

Sample code for compression/decompression:
Expand Down

0 comments on commit ceb967d

Please sign in to comment.