From db2e0f1d39c253dcbbee14ecf705e75760c09fc2 Mon Sep 17 00:00:00 2001 From: Skye Date: Tue, 4 Jul 2023 17:59:10 -0400 Subject: [PATCH] Bump minimum Rust version to 1.65 --- .github/workflows/ci.yml | 2 +- CHANGELOG.md | 2 +- guide/build.md | 2 +- server/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2354ea0..bb3472b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: name: Rust ${{ matrix.rust }} strategy: matrix: - rust: [ "stable", "1.64", "nightly" ] + rust: [ "stable", "1.65", "nightly" ] include: - rust: nightly extra_args: "--features nightly --benches" diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fb51b9..7d4890b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ even on minor releases, e.g. `0.7.5` -> `0.7.6`. ## unreleased -* bump minimum Rust version to 1.64. +* bump minimum Rust version to 1.65. * expect camelCase in `moonfire-nvr.toml` file, for consistency with the JSON API. You'll need to adjust your config file when upgrading. * use Retina 0.4.5. diff --git a/guide/build.md b/guide/build.md index 5e56572..c477ee8 100644 --- a/guide/build.md +++ b/guide/build.md @@ -208,7 +208,7 @@ following command: $ brew install node ``` -Next, you need Rust 1.64+ and Cargo. The easiest way to install them is by +Next, you need Rust 1.65+ and Cargo. The easiest way to install them is by following the instructions at [rustup.rs](https://www.rustup.rs/). Avoid your Linux distribution's Rust packages, which tend to be too old. (At least on Debian-based systems; Arch and Gentoo might be okay.) diff --git a/server/Cargo.toml b/server/Cargo.toml index b4ec252..a9c1b87 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Scott Lamb "] edition = "2021" resolver = "2" license-file = "../LICENSE.txt" -rust-version = "1.64" +rust-version = "1.65" [features]