rust-lang-nursery / lazy-static.rs

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

Updated spin to 0.9 #195

Closed zesterer closed 2 years ago

zesterer commented 2 years ago

I've removed the minor version number because spin strictly follows semver. This should make any 0.9.X compatible with lazy-static's use of the crate.

Additionally, I've disabled all but the required feature, reducing the amount of unnecessary type-checking that needs to occur and improving compilation performance for users.

zesterer commented 2 years ago

Closes #181

KodrAus commented 2 years ago

Thanks @zesterer. Sorry for the lack of response here. I've just merged #193 which does the same thing so will close this one and look at where we're at with getting something released.