Skip to content

Commit 89b44c8

Browse files
authored
chore(msrv): bump MSRV to 1.75 (#751)
1 parent 46022c4 commit 89b44c8

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
fail-fast: false
6666
matrix:
6767
os: [ubuntu-latest, macos-latest, windows-latest]
68-
rust: [1.73.0]
68+
rust: [1.75.0]
6969

7070
name: Check / Test MSRV on ${{ matrix.os }}
7171
runs-on: ${{ matrix.os }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ best API and adding new features.
9393
We currently only verify this crate against a recent version of Sentry hosted on [sentry.io](https://sentry.io/) but it
9494
should work with on-prem Sentry versions 20.6 and later.
9595

96-
The **Minimum Supported Rust Version** is currently at _1.73.0_.
96+
The **Minimum Supported Rust Version** is currently at _1.75.0_.
9797
The Sentry crates tries to support a _6 months_ old Rust version at time of release,
9898
and the MSRV will be increased in accordance with its dependencies.
9999

clippy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
msrv = "1.73.0"
1+
msrv = "1.75.0"

sentry-actix/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description = """
1010
Sentry client extension for actix-web 3.
1111
"""
1212
edition = "2021"
13-
rust-version = "1.73"
13+
rust-version = "1.75"
1414

1515
[dependencies]
1616
actix-web = { version = "4", default-features = false }

sentry-anyhow/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description = """
1010
Sentry integration for anyhow.
1111
"""
1212
edition = "2021"
13-
rust-version = "1.73"
13+
rust-version = "1.75"
1414

1515
[features]
1616
default = ["backtrace"]

sentry-backtrace/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description = """
1010
Sentry integration and utilities for dealing with stacktraces.
1111
"""
1212
edition = "2021"
13-
rust-version = "1.73"
13+
rust-version = "1.75"
1414

1515
[dependencies]
1616
backtrace = "0.3.44"

sentry-contexts/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Sentry integration for os, device, and rust contexts.
1111
"""
1212
build = "build.rs"
1313
edition = "2021"
14-
rust-version = "1.73"
14+
rust-version = "1.75"
1515

1616
[dependencies]
1717
sentry-core = { version = "0.36.0", path = "../sentry-core" }

sentry-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description = """
1010
Core sentry library used for instrumentation and integration development.
1111
"""
1212
edition = "2021"
13-
rust-version = "1.73"
13+
rust-version = "1.75"
1414

1515
[package.metadata.docs.rs]
1616
all-features = true

sentry-debug-images/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description = """
1010
Sentry integration that adds the list of loaded libraries to events.
1111
"""
1212
edition = "2021"
13-
rust-version = "1.73"
13+
rust-version = "1.75"
1414

1515
[dependencies]
1616
findshlibs = "=0.10.2"

sentry-log/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description = """
1010
Sentry integration for log and env_logger crates.
1111
"""
1212
edition = "2021"
13-
rust-version = "1.73"
13+
rust-version = "1.75"
1414

1515
[dependencies]
1616
sentry-core = { version = "0.36.0", path = "../sentry-core" }

0 commit comments

Comments
 (0)