Don't abort on panic since this is a library for many languages

This commit is contained in:
Wilson Lin 2020-07-22 21:34:19 +10:00
parent e1e18bb1a7
commit ae60f122a8
1 changed files with 0 additions and 3 deletions

View File

@ -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'