sos-os / alarm

ALARM: Another Library for Allocating and Releasing Memory
Apache License 2.0
8 stars 6 forks source link

fix: use hyphens in crate names rather than underscores #59

Closed amanjeev closed 6 years ago

amanjeev commented 6 years ago

closes #58

amanjeev commented 6 years ago

Sorry, I forgot CHANGELOG. Nevermind, just remembered that we use clog-cli to auto-generate CHANGELOG.

amanjeev commented 6 years ago

So the latest nightly update broke the build. I was confused for a while but realized I needed to rustup update on my dev environment. :smiley:. https://doc.rust-lang.org/alloc/allocator/index.html

I hope the commit message looks ok to you, now. Please let me know if it needs further explanation or edits.

amanjeev commented 6 years ago

I believe I can safely change alloc::allocator... to core::alloc....

I made the change. I hope it is ok. Sorry, I am a bit hungover. :face_with_head_bandage: lol

amanjeev commented 6 years ago

Thank you!