rust-osdev / linked-list-allocator

Apache License 2.0
219 stars 53 forks source link

Update spin dependency. #13

Closed dancrossnyc closed 6 years ago

dancrossnyc commented 6 years ago

Update the dependency on spin to that crate's latest revision (0.4.8).

Tested via cargo test.

phil-opp commented 6 years ago

Is there a reason for updating it (e.g. some bug in earlier versions)? I'm asking because cargo should choose the latest patch version anyway.

dancrossnyc commented 6 years ago

No specific reason, other than me not understanding how Cargo dependencies work. :-D

I didn't know that that meant anything other than an explicit version, but it's right there in the Cargo documentation that the existing syntax is equivalent to a caret dependency. I learned something new today!

phil-opp commented 6 years ago

Ok cool! I'm going to close this because it does not really have an effect, but thank you for taking the time to send a PR anyway!