Skip to content

Commit

Permalink
CI/clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
giarc3 committed Dec 18, 2024
1 parent 8823826 commit 55d70a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
features: default
# MSRV
- os: ubuntu-22.04
toolchain: 1.75.0
toolchain: 1.81.0
features: default
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ impl IronOxide {
/// - `rotations` - PrivateKeyRotationCheckResult that holds all users and groups to be rotated
/// - `password` - Password to unlock the current user's user master key
/// - `timeout` - timeout for rotate_all. This is a separate timeout from the SDK-wide timeout as it is
/// expected that this operation might take significantly longer than other operations.
/// expected that this operation might take significantly longer than other operations.
pub async fn rotate_all(
&self,
rotations: &PrivateKeyRotationCheckResult,
Expand Down

0 comments on commit 55d70a9

Please sign in to comment.