Skip to content

Commit

Permalink
Update rustc version.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmiegit committed Sep 2, 2023
1 parent fde2f9d commit 769c2d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.71.0`.
This executable targets the latest stable Rust. At time of writing, that is `1.72.0`.

```sh
$ cargo build --release
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.71.0`.
This library targets the latest stable Rust. At time of writing, that is `1.72.0`.

```sh
$ cargo build --release
Expand Down

0 comments on commit 769c2d3

Please sign in to comment.