From 2959ca99e40997264945f3f90f4046bc137e0d28 Mon Sep 17 00:00:00 2001 From: Emmie Maeda Date: Sun, 15 Oct 2023 15:11:00 -0400 Subject: [PATCH] Update listed rust version numbers. --- deepwell/README.md | 2 +- ftml/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deepwell/README.md b/deepwell/README.md index 729b14c87d..c3af4a5788 100644 --- a/deepwell/README.md +++ b/deepwell/README.md @@ -52,7 +52,7 @@ The routes are defined in `api/`, with their implementations in `methods/`, and ### Compilation -This executable targets the latest stable Rust. At time of writing, that is `1.72.0`. +This executable targets the latest stable Rust. At time of writing, that is `1.73.0`. At present the crate has one feature: * `notify` — Enables a feature to track the locale directory and configuration file, reloading the server if they are modified. This should be used in local builds only, not in production. diff --git a/ftml/README.md b/ftml/README.md index dd51c84891..3ec4cbc917 100644 --- a/ftml/README.md +++ b/ftml/README.md @@ -30,7 +30,7 @@ Available under the terms of the GNU Affero General Public License. See [LICENSE ### Compilation -This library targets the latest stable Rust. At time of writing, that is `1.72.0`. +This library targets the latest stable Rust. At time of writing, that is `1.73.0`. ```sh $ cargo build --release