From 99ce79e455e2706deaaafbf17086438b4224948b Mon Sep 17 00:00:00 2001 From: Aru Sahni Date: Tue, 28 Nov 2023 09:54:41 -0500 Subject: [PATCH] Bump MSRV to 1.70 --- .github/workflows/ci.yml | 8 ++++---- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1f6194..a1bce24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,10 +16,10 @@ jobs: include: - build: macos os: macos-latest - rust: 1.67.0 + rust: 1.70.0 - build: ubuntu os: ubuntu-latest - rust: 1.67.0 + rust: 1.70.0 steps: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 @@ -36,7 +36,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 with: - toolchain: 1.67.0 + toolchain: 1.70.0 default: true components: rustfmt - run: cargo fmt -- --check @@ -47,7 +47,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 with: - toolchain: 1.67.0 + toolchain: 1.70.0 default: true components: clippy - uses: actions-rs/clippy-check@v1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 004e3b3..bbb9495 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ Versioning]. * Add support for Plan metadata. * Add support for creating customer ledger entries. * Add support for enumerating customer credit balances. -* Bump MSRV to 1.67. +* Bump MSRV to 1.70. ## [0.6.0] - 2023-05-12 diff --git a/Cargo.toml b/Cargo.toml index 153013f..2c05cf2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ categories = ["api-bindings", "web-programming"] keywords = ["orb", "billing", "api", "sdk"] repository = "https://github.com/MaterializeInc/rust-orb-billing" version = "0.6.0" -rust-version = "1.67" +rust-version = "1.70" edition = "2021" [dependencies]