Skip to content

Commit

Permalink
fix cargo about (#6423)
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin <5719034+bnjjj@users.noreply.github.com>
Co-authored-by: Gary Pennington <gary@apollographql.com>
bnjjj and garypen authored Dec 10, 2024

Verified

This commit was signed with the committer’s verified signature.
theoludwig Théo LUDWIG
1 parent 89432b6 commit 5f72471
Showing 3 changed files with 926 additions and 39 deletions.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions about.toml
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@ accepted = [
"LicenseRef-ring",
"MIT",
"MPL-2.0",
"Unicode-3.0",
"Unicode-DFS-2016",
"Zlib"
]
Loading

0 comments on commit 5f72471

Please sign in to comment.