Skip to content

Commit

Permalink
cargo: update MSRV for dependencies (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucab committed Feb 4, 2024
1 parent 290889e commit 93c92b9
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
include:
- build: msrv
os: ubuntu-latest
rust: 1.65.0
rust: 1.70.0
- build: stable
os: ubuntu-latest
rust: stable
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["template", "html", "django", "markup", "jinja2"]
categories = ["template-engine"]
edition = "2018"
include = ["/src/**/*", "/LICENSE", "/README.md", "/CHANGELOG.md"]
rust-version = "1.65"
rust-version = "1.70"

[dependencies]
globwalk = "0.8.1"
Expand Down

0 comments on commit 93c92b9

Please sign in to comment.