From 285e4c075a486f8683e2f6ab3c4400b8c196c0a1 Mon Sep 17 00:00:00 2001 From: Mario Rugiero Date: Sun, 1 Oct 2023 17:12:40 -0300 Subject: [PATCH] Move to Rust 1.72 (#5) --- Cargo.toml | 1 + rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5eb1aa9..7998389 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ members = [ ] exclude = ["ensure_no_std"] +resolver = "2" [workspace.package] authors = [ diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 80b43cd..842898e 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "nightly-2023-02-26" +channel = "1.72" components = ["rustfmt", "clippy"] profile = "minimal"