Skip to content

Commit

Permalink
Allow CC0-1.0 license, gen cargo about info for apple aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
greatest-ape committed Feb 12, 2023
1 parent a031f48 commit 3efc1de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions about.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ accepted = [
"Unicode-DFS-2016",
"zlib-acknowledgement",
"MIT-0",
"CC0-1.0"
]

targets = [
"x86_64-unknown-linux-gnu",
"x86_64-pc-windows-msvc",
"x86_64-apple-darwin",
"aarch64-apple-darwin"
]
1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ allow = [
"Unicode-DFS-2016",
"zlib-acknowledgement",
"MIT-0",
"CC0-1.0"
# "FTL",
#"Apache-2.0 WITH LLVM-exception",
]
Expand Down

0 comments on commit 3efc1de

Please sign in to comment.