diff --git a/Cargo.toml b/Cargo.toml index bf7333b..a997e45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,4 +21,3 @@ tokio = { version = "1.14.0", features = ["fs", "net", "rt", "time"] } codegen-units = 1 lto = true opt-level = "z" -panic = "abort"