Skip to content

Commit

Permalink
ci: Bump MSRV to 1.58
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilogorek committed Jun 17, 2022
1 parent 4b04b44 commit f1a2c9f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -99,7 +99,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
rust: [1.54.0]
rust: [1.58.0]

name: Check / Test MSRV on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 0.27.0

**Breaking Changes**:

- The minium supported Rust version was bumped to **1.58.0** due to requirements from dependencies.

## 0.26.0

**Breaking Changes**:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -93,7 +93,7 @@ best API and adding new features.
We currently only verify this crate against a recent version of Sentry hosted on [sentry.io](https://sentry.io/) but it
should work with on-prem Sentry versions 20.6 and later.

The **Minimum Supported Rust Version** is currently at _1.54.0_.
The **Minimum Supported Rust Version** is currently at _1.58.0_.
The Sentry crates will support a _6 month_ old Rust version at time of release,
and the MSRV will be increased in accordance with its dependencies.

Expand Down
2 changes: 1 addition & 1 deletion clippy.toml
@@ -1 +1 @@
msrv = "1.54"
msrv = "1.58"

0 comments on commit f1a2c9f

Please sign in to comment.