Skip to content

Commit

Permalink
fix: better new project name handling (#1481)
Browse files Browse the repository at this point in the history
* fix: better new project name handling

* fix: make project creation more robust if directory exists

* fix: ignore sub dependency audit for now
  • Loading branch information
hugocaillard authored Jun 21, 2024
1 parent 05b268c commit 6ce3af5
Show file tree
Hide file tree
Showing 4 changed files with 199 additions and 222 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run: cargo install cargo-audit

- name: Run audit
run: cargo audit --ignore RUSTSEC-2022-0093 --ignore RUSTSEC-2021-0076 --ignore RUSTSEC-2022-0090 --ignore RUSTSEC-2022-002 --ignore RUSTSEC-2022-0028
run: cargo audit --ignore RUSTSEC-2022-0093 --ignore RUSTSEC-2021-0076 --ignore RUSTSEC-2022-0090 --ignore RUSTSEC-2022-002 --ignore RUSTSEC-2022-0028 --ignore RUSTSEC-2024-0344

- name: Run rustfmt
run: cargo fmt --all -- --check
Expand Down
Loading

0 comments on commit 6ce3af5

Please sign in to comment.