Skip to content

Commit

Permalink
fix: bump msrv (closes #532)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed Apr 9, 2024
1 parent 7ef5d37 commit a798fdc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ body:
id: language-version
attributes:
label: Rust version
placeholder: Our MSRV is 1.68.0
placeholder: Our MSRV is 1.74.0
validations:
required: true
- type: input
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/async-stripe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: "1.68.0"
toolchain: "1.74.0"
override: true
- uses: actions/cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ members = [
name = "async-stripe"
version = "0.35.0"
description = "API bindings for the Stripe HTTP API"
rust-version = "1.68.0"
rust-version = "1.74.0"
authors = [
"Anna Baldwin <abaldwin@developers.wyyerd.com>",
"Kevin Stenerson <kestred@users.noreply.github.com>",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ If you don't see the specific version you are on, prefer the next available vers

## MSRV

We currently have `1.68.0` pinned in CI, so any version of rustc newer than that should work.
We currently have `1.74.0` pinned in CI, so any version of rustc newer than that should work.
If this is not the case, please open an issue. As a policy, we permit MSRV increases in non-breaking releases.
If you have a compelling usecase for bumping it, we are usually open to do so, as long as
the rust version is not too new (generally 3 releases).
Expand Down

0 comments on commit a798fdc

Please sign in to comment.