From 93c92b97bf54799dc14aa859cc8628fe6e8493b5 Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Sun, 4 Feb 2024 22:13:55 +0100 Subject: [PATCH] cargo: update MSRV for dependencies (#895) --- .github/workflows/ci.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16b8bb7f..be868957 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 10672ad7..69a062cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"