rust-lang-nursery / lazy-static.rs

A small macro for defining lazy evaluated static variables in Rust.
Apache License 2.0
1.93k stars 112 forks source link

Update version in the README #50

Closed matklad closed 7 years ago

matklad commented 8 years ago

Have used 0.1 instead of 0.2 today because of the README :)

Also I've dropped the git dependency section, because it is misleading: the crate is not very frequently updated and the published version is most likely is the latest version.

Kimundi commented 7 years ago

Hi, I'm sincerely sorry for taking so long to respond.

I'm currently updating the README to simplify it a bit, and to emphasize looking at the crates.io page first.

I also agree about the git section, and removing that as well.

Closing this PR as it will get obsoleted by my changes, but thanks for the contribution!