From 34768d3ec1e6655c829cec82bfd1f10050dd6d99 Mon Sep 17 00:00:00 2001 From: Fabian Schmidt Date: Wed, 31 Jul 2024 14:00:00 +0200 Subject: [PATCH] forgot feature flag in last commit --- src/main/rust/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/rust/Cargo.toml b/src/main/rust/Cargo.toml index e643055..ffa8c1d 100644 --- a/src/main/rust/Cargo.toml +++ b/src/main/rust/Cargo.toml @@ -17,6 +17,7 @@ libc = "0.2.155" [features] json = [] +unsafe = [] [profile.release] lto = "fat"