PistonDevelopers / hematite_server

A Minecraft server clone
http://hematite.piston.rs/
MIT License
141 stars 16 forks source link

Update to latest Rust #84

Closed fenhl closed 9 years ago

fenhl commented 9 years ago

Some traits have been moved from std::num to the num crate, and Default is in the prelude now.

bvssvni commented 9 years ago

Nice!