Skip to content

Update rust to 1.73.0 #1650

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 16, 2023
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