Skip to content

Commit d0a9af1

Browse files
chore(deps): update rust crate dioxus to v0.7.0-rc.3 (#197)
* chore(deps): update rust crate dioxus to v0.7.0-rc.3 * fix(deps): migrate to Dioxus v0.7.0-rc.3 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniëlle Huisman <danielle@huisman.me>
1 parent 703de94 commit d0a9af1

13 files changed

Lines changed: 456 additions & 252 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jobs:
3434
run: cargo binstall -y --force cargo-deny cargo-machete cargo-sort
3535

3636
- name: Lint
37-
run: cargo clippy --locked
37+
run: cargo clippy --all-features --all-targets --locked
3838

3939
- name: Check dependencies
4040
run: cargo deny check
4141

4242
- name: Check unused dependencies
43-
run: cargo machete
43+
run: cargo machete --with-metadata
4444

4545
- name: Check manifest formatting
4646
run: cargo sort --workspace --check

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ repos:
1212
hooks:
1313
- id: fmt
1414
- id: clippy
15+
args: ['--all-targets', '--all-features', '--', '-D', 'warnings']
1516

1617
- repo: https://github.com/EmbarkStudios/cargo-deny
1718
rev: 0.18.5
@@ -28,6 +29,7 @@ repos:
2829
name: cargo-machete
2930
language: rust
3031
entry: cargo machete
32+
args: ['--with-metadata']
3133
types: [file, toml]
3234
files: Cargo\.(toml|lock)
3335
pass_filenames: false

0 commit comments

Comments
 (0)