Skip to content

Commit

Permalink
Update MSRV to 1.81 (#332)
Browse files Browse the repository at this point in the history
* Update MSRV to 1.81

* CI/clippy

---------

Co-authored-by: Craig Colegrove <craig.colegrove@ironcorelabs.com>
  • Loading branch information
skeet70 and giarc3 authored Dec 18, 2024
1 parent b582e6b commit 8330be9
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ keywords = [
]
description = "A pure-Rust SDK for accessing IronCore's privacy platform"
edition = "2021"
rust-version = "1.75.0"
rust-version = "1.81.0"

[dependencies]
base64 = "0.22"
Expand Down
24 changes: 12 additions & 12 deletions flake.lock

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

2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
profile = "default"
channel = "1.79.0"
channel = "1.81.0"
components = ["rust-src", "rust-analyzer"]
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 8330be9

Please sign in to comment.