common: Define panic handler using the #[panic_handler] attribute.
authorTilman Sauerbeck <tilman@code-monkey.de>
Mon, 24 Jun 2019 04:23:00 +0000 (06:23 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 7 Jul 2019 18:34:52 +0000 (20:34 +0200)
commitdb503888f59640eb469880cdbb5dbf873569d072
tree12cc77de9dabd52d59d61fadcec1a4570ee40d41
parent2cc01363b3fbb2e6b9c993aec1ad11c7f340cbf9
common: Define panic handler using the #[panic_handler] attribute.

This means we now require rust 1.30 for the build.
src/common/lib.rs