Skip to content

Commit

Permalink
Allow additional uses of unsafe
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmior committed Oct 31, 2023
1 parent c5033f4 commit 8cb4653
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cackle.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ allow_unsafe = true
build.allow_apis = [
"process",
]
allow_unsafe = true

[pkg.log]
allow_unsafe = true
Expand All @@ -39,3 +40,6 @@ allow_apis = [

[pkg.itertools]
allow_unsafe = true

[pkg.unicode-ident]
allow_unsafe = true

0 comments on commit 8cb4653

Please sign in to comment.