ezrosent / allocators-rs

Allocators in Rust
Apache License 2.0
311 stars 28 forks source link

Cargo.toml : upgrade lazy-static to 1.0.0 #139

Closed Dylan-DPC-zz closed 6 years ago

Dylan-DPC-zz commented 6 years ago

Hey

Upgraded lazy-static to 1.0.0. I have run the test suites of each sub-repository where the change has been made there is no breaking change in switch from 0.2.9 to 1.0.0.

Fixes #138

joshlf commented 6 years ago

Thanks for the PR! Could you update the commit message to read Cargo.toml: Update lazy-static to 1.0.0? Otherwise, looks good!

Dylan-DPC-zz commented 6 years ago

Done. Woah! you are really particular 😄

joshlf commented 6 years ago

Awesome, thanks!

Yeah, I've been experimenting with being a stickler for formatting-type stuff. I've found that it makes it a lot easier to grep through commit logs and things like that.

Anyway, thanks for the PR!