diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index edc0c5d..b93c711 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -80,7 +80,7 @@ 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 @@ -88,7 +88,7 @@ jobs: strategy: matrix: toolchain: - - 1.65.0 + - 1.70.0 - stable steps: - uses: actions/checkout@v4 diff --git a/Cargo.toml b/Cargo.toml index 12ec8b9..e2b0b07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]