infincia / bip39-rs

A Rust implementation of BIP-0039
Apache License 2.0
54 stars 61 forks source link

Documentations Link in ReadMe goes to outdated version #27

Closed josh-kean closed 1 year ago

josh-kean commented 4 years ago

I noticed that when you click in the documentation you get taken to the instructions for version 0.5.1, which has examples that aren't in compliance with the most up to date version of this crate. Since the actual link being used is https://docs.rs/bip39, I think this problem is with docs.rs, and nothing in the actual repository.

wigy-opensource-developer commented 4 years ago

0.6 was never released. There has been a fork of this project going on as https://crates.io/crates/tiny-bip39 though.