Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Remove dead link to README.md #148

Merged
merged 1 commit into from
Dec 1, 2022
Merged

Conversation

mxinden
Copy link
Member

@mxinden mxinden commented Dec 1, 2022

Release fails with the below otherwise:

error: failed to read `readme` file for package `yamux v0.11.0 (/home/xxx/rust-yamux/yamux)`

Release fails with the below otherwise:

```
error: failed to read `readme` file for package `yamux v0.11.0 (/home/xxx/rust-yamux/yamux)`
```
@mxinden mxinden merged commit 401e597 into libp2p:master Dec 1, 2022
@@ -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"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should it be "../README.md" then?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My bad. Probably. I thought crates.io can infer it from the repository URL but it doesn't. Too late for the v0.11.0 release. @thomaseizinger can you provide a patch for future releases?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants