Skip to content

Commit

Permalink
build: fix build breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
reubeno committed Feb 3, 2025
1 parent 89d8def commit cfbbd97
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 40 deletions.
78 changes: 39 additions & 39 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ version = 2
# List of explicitly allowed licenses
# See https://spdx.org/licenses/ for list of possible licenses
# [possible values: any SPDX 3.11 short identifier (+ optional exception)].
allow = ["Apache-2.0", "BSD-2-Clause", "BSL-1.0", "MIT", "Unicode-3.0", "Zlib"]
allow = ["Apache-2.0", "BSD-2-Clause", "BSL-1.0", "MIT", "NCSA", "Unicode-3.0", "Zlib"]
# The confidence threshold for detecting a license from license text.
# The higher the value, the more closely the license text must be to the
# canonical license text of a valid SPDX license file.
Expand Down Expand Up @@ -81,6 +81,9 @@ skip = [
{ crate = "nu-ansi-term" },
{ crate = "itertools" },
{ crate = "hashbrown" },
{ crate = "getrandom" },
{ crate = "zerocopy" },
{ crate = "wasi" },
]
skip-tree = [
{ crate = "thiserror", reason = "Multiple crates use different versions" },
Expand Down

0 comments on commit cfbbd97

Please sign in to comment.