Skip to content

Commit

Permalink
It somehow only builds on 1.74.0 now.
Browse files Browse the repository at this point in the history
  • Loading branch information
ISibboI committed Dec 3, 2023
1 parent 7f10552 commit cd09923
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cd09923

Please sign in to comment.