Skip to content

Commit

Permalink
ci: Add msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
Altair-Bueno committed Jan 2, 2025
1 parent 26e47d3 commit f0fdea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
matrix:
toolchain:
- stable
- "1.83"
# - beta
# - nightly
steps:
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ repository = "https://github.com/Altair-Bueno/axum-template"
readme = "README.md"
keywords = ["axum", "minijinja", "tera", "handlebars", "mvc"]
categories = ["template-engine", "web-programming"]
rust-version = "1.83.0"

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit f0fdea4

Please sign in to comment.