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://github.com/Pr0methean/zip-next/actions?query=branch%3Amaster+workflow%3ACI)
|
||||||
[](https://crates.io/crates/zip)
|
[](https://crates.io/crates/zip_next)
|
||||||
[](https://discord.gg/rQ7H9cSsF4)
|
|
||||||
|
|
||||||
[Documentation](https://docs.rs/zip/0.6.3/zip/)
|
[Documentation](https://docs.rs/zip_next/0.6.5/zip_next/)
|
||||||
|
|
||||||
Info
|
Info
|
||||||
----
|
----
|
||||||
|
@ -32,14 +31,14 @@ With all default features:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
zip-next = "0.6.5"
|
zip_next = "0.6.5"
|
||||||
```
|
```
|
||||||
|
|
||||||
Without the default features:
|
Without the default features:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
zip-next = { version = "0.6.5", default-features = false }
|
zip_next = { version = "0.6.5", default-features = false }
|
||||||
```
|
```
|
||||||
|
|
||||||
The features available are:
|
The features available are:
|
||||||
|
|
Loading…
Add table
Reference in a new issue