frewsxcv / rust-crates-index

Rust library for retrieving and interacting with the crates.io index
https://docs.rs/crates-index/
Apache License 2.0
72 stars 37 forks source link

Fix method name in readme #89

Closed nicholasbishop closed 1 year ago

nicholasbishop commented 1 year ago

The correct name is most_recent_version: https://docs.rs/crates-index/0.18.11/crates_index/struct.Crate.html#method.most_recent_version

kornelski commented 1 year ago

Thanks