Skip to content

Commit

Permalink
fix: Remove dead link to README.md (libp2p#148)
Browse files Browse the repository at this point in the history
Release fails with the below otherwise:

```
error: failed to read `readme` file for package `yamux v0.11.0 (/home/xxx/rust-yamux/yamux)`
```
  • Loading branch information
mxinden authored Dec 1, 2022
1 parent 5d48c22 commit 401e597
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion yamux/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ description = "Multiplexer over reliable, ordered connections"
keywords = ["network", "protocol"]
categories = ["network-programming"]
repository = "https://github.com/paritytech/yamux"
readme = "README.md"
edition = "2018"

[dependencies]
Expand Down

0 comments on commit 401e597

Please sign in to comment.