Skip to content

Commit

Permalink
Enable workaround for ring crate
Browse files Browse the repository at this point in the history
This commit enables a specific workaround for the `ring` crate, so
`cargo-about` could properly extract the license information.

Signed-off-by: Mark Kirichenko <[email protected]>
  • Loading branch information
atanzu committed Jan 21, 2025
1 parent 041d5c5 commit 2a31a73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions about.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ targets = [
"aarch64-unknown-linux-musl",
"aarch64-unknown-linux-gnu",
]

workarounds = ["ring"]

0 comments on commit 2a31a73

Please sign in to comment.