intermezzOS / kernel

A hobby operating system, in Rust
http://intermezzos.github.io/
Apache License 2.0
1.39k stars 90 forks source link

Pin libcore to a certain revision #35

Closed steveklabnik closed 8 years ago

steveklabnik commented 8 years ago

Initially a concern in b294480f404b1fccbf745ea53affca9b48b9e482, this commit now checks out a specific hash of our libcore, so that when we update it, people's stuff won't break, until we update it here as well. This allows us to experiment a bit more freely with upgrades, but not make them 'official' until the SHA here is updated.

Fixes #25