Skip to content

Commit

Permalink
Fix clippy in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity committed Aug 24, 2023
1 parent 4afb978 commit 3e21f15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
rustup default ${{ matrix.rust }}
rustup target add wasm32-unknown-unknown
- name: Run Lint
run: cargo clippy --verbose --tests --benches -- -D clippy::all
run: cargo clippy --verbose --tests --benches -- -D warnings
env:
RUST_BACKTRACE: 1
- name: Run Lint (WASM)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rust-version = "1.65.0"
license = "Apache-2.0"

[workspace.dependencies]
ic-agent = { path = "ic-agent", version = "0.26.1" }
ic-agent = { path = "ic-agent", version = "0.26.1", default-features = false }
ic-utils = { path = "ic-utils", version = "0.26.1" }
ic-certification = { path = "ic-certification", version = "0.26.1" }

Expand Down

0 comments on commit 3e21f15

Please sign in to comment.