Update links and Cargo instructions in README
This commit is contained in:
parent
cde5d5ed11
commit
d1740afc4e
1 changed files with 7 additions and 8 deletions
15
README.md
15
README.md
|
@ -1,11 +1,10 @@
|
|||
zip-rs
|
||||
======
|
||||
zip_next
|
||||
========
|
||||
|
||||
[](https://github.com/zip-rs/zip/actions?query=branch%3Amaster+workflow%3ACI)
|
||||
[](https://crates.io/crates/zip)
|
||||
[](https://discord.gg/rQ7H9cSsF4)
|
||||
[](https://github.com/Pr0methean/zip-next/actions?query=branch%3Amaster+workflow%3ACI)
|
||||
[](https://crates.io/crates/zip_next)
|
||||
|
||||
[Documentation](https://docs.rs/zip/0.6.3/zip/)
|
||||
[Documentation](https://docs.rs/zip_next/0.6.5/zip_next/)
|
||||
|
||||
Info
|
||||
----
|
||||
|
@ -32,14 +31,14 @@ With all default features:
|
|||
|
||||
```toml
|
||||
[dependencies]
|
||||
zip-next = "0.6.5"
|
||||
zip_next = "0.6.5"
|
||||
```
|
||||
|
||||
Without the default features:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
zip-next = { version = "0.6.5", default-features = false }
|
||||
zip_next = { version = "0.6.5", default-features = false }
|
||||
```
|
||||
|
||||
The features available are:
|
||||
|
|
Loading…
Add table
Reference in a new issue