diff --git a/Cargo.toml b/Cargo.toml index 0bc188e..d0b15e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,9 @@ version = "0.1.0" authors = ["Magnus Hoff "] license = "GPL-3.0" +[profile.release] +panic = "abort" + [dependencies] futures = "0.1" futures-cpupool = "0.1"