Skip to content

Commit

Permalink
Merge branch 'master' into kw/noir_grumpkin
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Feb 5, 2024
2 parents 92c1ea9 + ccdfbcf commit b629e79
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,9 @@ unknown-registry = "warn"
# Lint level for what to happen when a crate from a git repository that is not
# in the allow list is encountered
unknown-git = "deny"
allow-git = ["https://github.com/jfecher/chumsky"]

# DON'T YOU DARE ADD ANYTHING TO THIS IF YOU WANT TO PUBLISH ANYTHING NOIR RELATED TO CRATES.IO
#
# crates.io rejects git dependencies so anything depending on these is unpublishable and you'll ruin my day
# when I find out.
allow-git = ["https://github.com/jfecher/chumsky"]

0 comments on commit b629e79

Please sign in to comment.