Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deepwell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion ftml/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down