Skip to content

Commit

Permalink
Bump MSRV to 1.74.0 (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
giarc3 authored Feb 28, 2024
1 parent da9e15b commit 9166dd4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
features: default
# MSRV
- os: ubuntu-22.04
toolchain: 1.70.0
toolchain: 1.74.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.70.0"
rust-version = "1.74.0"

[dependencies]
async-trait = "0.1.21"
Expand Down
30 changes: 15 additions & 15 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.73.0"
channel = "1.76.0"
components = ["rust-src", "rust-analyzer"]

0 comments on commit 9166dd4

Please sign in to comment.