From 55d70a99a0ecf70659613680f58896ffee6a846d Mon Sep 17 00:00:00 2001 From: Craig Colegrove Date: Wed, 18 Dec 2024 11:09:04 -0800 Subject: [PATCH] CI/clippy --- .github/workflows/ci.yaml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2d13422..0de9369 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 diff --git a/src/lib.rs b/src/lib.rs index 0b382b3..ae2b97f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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,