Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/update-cargo' into no-trailing-n…
Browse files Browse the repository at this point in the history
…ewline
  • Loading branch information
squell committed Mar 28, 2023
2 parents a10f0c4 + b7ef9d2 commit 1d50e36
Show file tree
Hide file tree
Showing 26 changed files with 534 additions and 198 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ jobs:
- name: Rust Cache
uses: Swatinem/rust-cache@v2
with:
shared-key: "stable"
shared-key: "audit"
- name: Run audit
uses: actions-rs/cargo@v1
with:
Expand Down
155 changes: 71 additions & 84 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion lib/sudo-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ publish.workspace = true
sudo-cli.workspace = true
sudo-pam.workspace = true
sudo-system.workspace = true
sudoers.workspace = true
libc.workspace = true
thiserror.workspace = true
which.workspace = true
Loading

0 comments on commit 1d50e36

Please sign in to comment.