Skip to content

Commit

Permalink
fix cargo about (#6423) (#6428)
Browse files Browse the repository at this point in the history
  • Loading branch information
garypen authored Dec 10, 2024
2 parents ccc036b + 6a65579 commit 926fe20
Show file tree
Hide file tree
Showing 3 changed files with 1,773 additions and 801 deletions.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -376,9 +376,12 @@ commands:
- run:
name: Install cargo deny, about, edit
command: |
# Until we are able to update rustc to at least 1.81.0,
# we need special handling of the cargo-about command.
rustup install 1.83.0
cargo +1.83.0 install --locked --version 0.6.6 cargo-about
if [[ ! -f "$HOME/.cargo/bin/cargo-deny$EXECUTABLE_SUFFIX" ]]; then
cargo install --locked --version 0.14.21 cargo-deny
cargo install --locked --version 0.6.1 cargo-about
cargo install --locked --version 0.12.2 cargo-edit
cargo install --locked --version 0.12.0 cargo-fuzz
fi
Expand Down
1 change: 1 addition & 0 deletions about.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ accepted = [
"LicenseRef-ring",
"MIT",
"MPL-2.0",
"Unicode-3.0",
"Unicode-DFS-2016",
"Zlib"
]
Expand Down
Loading

0 comments on commit 926fe20

Please sign in to comment.