Skip to content

Commit

Permalink
Bump MSRV to 1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
arusahni committed Nov 28, 2023
1 parent 94cf6c7 commit 99ce79e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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 @@ 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]
Expand Down

0 comments on commit 99ce79e

Please sign in to comment.