Skip to content

Commit f6fc075

Browse files
MathiasPiusdjc
authored andcommitted
chore: update msrv to 1.70.0
1 parent c61c66a commit f6fc075

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.60.0). This
83+
# Run `cargo check` on our minimum supported Rust version (1.70.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.65.0
91+
- 1.70.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.65.0"
16+
rust-version = "1.70.0"
1717

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

0 commit comments

Comments
 (0)