From 8cb4653d6d6968368b2d81df056b48f238c6b041 Mon Sep 17 00:00:00 2001 From: Michael Mior Date: Tue, 31 Oct 2023 15:35:21 -0400 Subject: [PATCH] Allow additional uses of unsafe --- cackle.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cackle.toml b/cackle.toml index 8e3c276..45fdcdc 100644 --- a/cackle.toml +++ b/cackle.toml @@ -25,6 +25,7 @@ allow_unsafe = true build.allow_apis = [ "process", ] +allow_unsafe = true [pkg.log] allow_unsafe = true @@ -39,3 +40,6 @@ allow_apis = [ [pkg.itertools] allow_unsafe = true + +[pkg.unicode-ident] +allow_unsafe = true