Skip to content

Commit

Permalink
README.md: Update version numbers in sample dependency lines (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtriplett committed Aug 20, 2020
1 parent c70ba6b commit b4b20b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ instead:

```toml
[dependencies]
flate2 = { version = "1.0", features = ["zlib"], default-features = false }
flate2 = { version = "1.0.17", features = ["zlib"], default-features = false }
```

This supports either the high-performance zlib-ng backend (in zlib-compat mode)
Expand All @@ -67,7 +67,7 @@ zlib-ng backend, use:

```toml
[dependencies]
flate2 = { version = "1.0", features = ["zlib-ng-compat"], default-features = false }
flate2 = { version = "1.0.17", features = ["zlib-ng-compat"], default-features = false }
```

Note that if any crate in your dependency graph explicitly requests stock zlib,
Expand Down

0 comments on commit b4b20b9

Please sign in to comment.