Documentation: version 0.2 doesn't exist

Open Beginner friendly
#8 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
68/100
Issue type
Documentation
Clarity
Clearly specified
Activity status
Stale
Tech stack
rust
Domain
documentation

Research direction

Open the Async I/O section linked in the issue and locate the dependency example that references version 0.2. Update the example to use the released version shown in the report, 0.1.3, then verify the rendered documentation displays the corrected dependency configuration.

Written by the indexing model from the issue text.

Description

In the Async I/O section there's a reference to version 0.2 which doesn't seem to be released yet.

bufstream = { version = "0.2", features = ["tokio"] }

Changing it to

bufstream = { version = "0.1.3", feature = ["tokio"]} works.

Dominant language
Rust
Stars
31
Forks
6
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from alexcrichton/bufstream

All issues in alexcrichton/bufstream

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.