Skip to content

Commit

Permalink
chore: update msrv to 1.70.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasPius authored and djc committed Nov 13, 2024
1 parent c61c66a commit f6fc075
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,15 @@ jobs:
- run: cargo hack check --feature-powerset --no-dev-deps

check-msrv:
# Run `cargo check` on our minimum supported Rust version (1.60.0). This
# Run `cargo check` on our minimum supported Rust version (1.70.0). This
# checks with minimal versions; maximal versions are checked above.
name: "cargo check (+MSRV -Zminimal-versions)"
needs: check
runs-on: ubuntu-latest
strategy:
matrix:
toolchain:
- 1.65.0
- 1.70.0
- stable
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = [
keywords = ["tracing", "opentelemetry", "jaeger", "zipkin", "async"]
license = "MIT"
edition = "2021"
rust-version = "1.65.0"
rust-version = "1.70.0"

[features]
default = ["tracing-log", "metrics"]
Expand Down

0 comments on commit f6fc075

Please sign in to comment.