diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 7d4dffb39..e82b642e6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -51,7 +51,7 @@ body: id: language-version attributes: label: Rust version - placeholder: Our MSRV is 1.65.0 + placeholder: Our MSRV is 1.68.0 validations: required: true - type: input diff --git a/.github/workflows/async-stripe.yml b/.github/workflows/async-stripe.yml index a3fb5fb00..9e9cd68a3 100644 --- a/.github/workflows/async-stripe.yml +++ b/.github/workflows/async-stripe.yml @@ -111,7 +111,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: "1.65.0" + toolchain: "1.68.0" override: true - uses: actions/cache@v2 with: diff --git a/Cargo.toml b/Cargo.toml index 277dd1c47..23af66243 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ members = [ name = "async-stripe" version = "0.22.2" description = "API bindings for the Stripe HTTP API" -rust-version = "1.65.0" +rust-version = "1.68.0" authors = [ "Anna Baldwin ", "Kevin Stenerson ", diff --git a/README.md b/README.md index 9cf25ce47..33363a722 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ If you don't see the specific version you are on, prefer the next available vers ## MSRV -We currently have `1.65.0` pinned in CI, so any version of rustc newer than that should work. +We currently have `1.68.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).