Skip to content

Commit

Permalink
chore: remove cargo deny rule for c-kzg
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected committed Aug 9, 2023
1 parent e925cbc commit 2e0a605
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,6 @@ name = "rustls-webpki"
expression = "LicenseRef-rustls-webpki"
license-files = [{ path = "LICENSE", hash = 0x001c7e6c }]

[[licenses.clarify]]
name = "c-kzg"
expression = "Apache-2.0"
# The crate is in `bindings/rust` so we have to go up two directories for the
# license
license-files = [{ path = "../../LICENSE", hash = 0x13cec820 }]

# This section is considered when running `cargo deny check sources`.
# More documentation about the 'sources' section can be found here:
# https://embarkstudios.github.io/cargo-deny/checks/sources/cfg.html
Expand Down

0 comments on commit 2e0a605

Please sign in to comment.