From 0ce4dbe126b1575252e66e237d9b433dbe210a92 Mon Sep 17 00:00:00 2001 From: Luca BRUNO Date: Mon, 29 Jan 2024 07:50:15 +0100 Subject: [PATCH] cargo: update MSRV for dependencies --- .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"