From ae60f122a897c9245f03fc14cc6bac02e466ffd7 Mon Sep 17 00:00:00 2001 From: Wilson Lin Date: Wed, 22 Jul 2020 21:34:19 +1000 Subject: [PATCH] Don't abort on panic since this is a library for many languages --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f03c1a0..3c0647c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,6 +24,3 @@ crossbeam = { version = "0.7", optional = true } esbuild-rs = { version = "0.1.3", optional = true } lazy_static = "1.4" memchr = "2" - -[profile.release] -panic = 'abort'