Skip to content

Commit cab01b7

Browse files
cschrammdjc
authored andcommitted
Update MSRV
1 parent c888aae commit cab01b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ jobs:
8080
- run: cargo hack check --feature-powerset --no-dev-deps
8181

8282
check-msrv:
83-
# Run `cargo check` on our minimum supported Rust version (1.70.0). This
83+
# Run `cargo check` on our minimum supported Rust version (1.75.0). This
8484
# checks with minimal versions; maximal versions are checked above.
8585
name: "cargo check (+MSRV -Zminimal-versions)"
8686
needs: check
8787
runs-on: ubuntu-latest
8888
strategy:
8989
matrix:
9090
toolchain:
91-
- 1.70.0
91+
- 1.75.0
9292
- stable
9393
steps:
9494
- uses: actions/checkout@v4

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = [
1313
keywords = ["tracing", "opentelemetry", "jaeger", "zipkin", "async"]
1414
license = "MIT"
1515
edition = "2021"
16-
rust-version = "1.70.0"
16+
rust-version = "1.75.0"
1717

1818
[features]
1919
default = ["tracing-log", "metrics"]

0 commit comments

Comments
 (0)