From cd0992362b01d2eb8fc2225351bdb48f5c0aa345 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Sun, 3 Dec 2023 12:27:31 +0200 Subject: [PATCH] It somehow only builds on 1.74.0 now. --- .github/workflows/ci.yaml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d4ea1e5..8a93532 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -105,7 +105,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - rust: [1.67.0, stable, beta, nightly] + rust: [1.74.0, stable, beta, nightly] steps: - uses: actions/checkout@master diff --git a/Cargo.toml b/Cargo.toml index 25e635e..b1ab783 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ keywords = ["axum", "session", "sessions", "cookie", "typed-session"] categories = ["web-programming"] repository = "https://github.com/ISibboI/typed-session-axum" documentation = "https://docs.rs/typed-session-axum" -rust-version = "1.67.0" +rust-version = "1.74.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html