Skip to content

Commit af21432

Browse files
committed
chore(deps): update all deps to latest
1 parent e7a48ef commit af21432

3 files changed

Lines changed: 741 additions & 162 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,22 +66,22 @@ jobs:
6666
# TODO: rustup target add aarch64-unknown-linux-gnu
6767
# Linting tools
6868
cargo install cargo-shear
69-
cargo fetch --locked
69+
cargo fetch
7070
7171
- name: Build
7272
id: build
7373
if: always()
74-
run: cargo build --profile ${{ env.build-type }} --locked
74+
run: cargo build --profile ${{ env.build-type }}
7575

7676
- name: Tests
7777
id: tests
7878
if: always()
79-
run: cargo test --profile ${{ env.build-type }} --locked
79+
run: cargo test --profile ${{ env.build-type }}
8080

8181
- name: Clippy
8282
id: clippy
8383
if: always()
84-
run: cargo clippy --profile ${{ env.build-type }} --no-deps --locked -- --deny warnings
84+
run: cargo clippy --profile ${{ env.build-type }} --no-deps -- --deny warnings
8585

8686
- name: Format
8787
id: format
@@ -93,7 +93,7 @@ jobs:
9393
if: always()
9494
env:
9595
CARGO_BUILD_RUSTDOCFLAGS: "--deny warnings"
96-
run: cargo doc --profile ${{ env.build-type }} --document-private-items --no-deps --locked
96+
run: cargo doc --profile ${{ env.build-type }} --document-private-items --no-deps
9797

9898
- name: Shear
9999
if: always()

0 commit comments

Comments
 (0)