From 896e6a33da3b6797b20f6f160f36bdc64911127e Mon Sep 17 00:00:00 2001 From: Miles Johnson Date: Fri, 26 Jul 2024 16:37:20 -0700 Subject: [PATCH 1/3] Update rust. --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index d5ce77e..b09cebf 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] profile = "default" -channel = "1.79.0" +channel = "1.80.0" From 2155a892c451e3a8b3a16f21115ae90311a5677f Mon Sep 17 00:00:00 2001 From: Miles Johnson Date: Fri, 26 Jul 2024 16:52:40 -0700 Subject: [PATCH 2/3] Add msrv. --- crates/schematic/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/schematic/Cargo.toml b/crates/schematic/Cargo.toml index d6ecfce..6a47d8e 100644 --- a/crates/schematic/Cargo.toml +++ b/crates/schematic/Cargo.toml @@ -7,6 +7,7 @@ description = "A layered serde configuration and schema library." homepage = "https://moonrepo.github.io/schematic" repository = "https://github.com/moonrepo/schematic" readme = "../../README.md" +rust-version = "1.71.1" [package.metadata.release] pre-release-replacements = [ From 968f734003729a99f2bf01c1918bd96cca5a85b8 Mon Sep 17 00:00:00 2001 From: Miles Johnson Date: Fri, 26 Jul 2024 17:54:55 -0700 Subject: [PATCH 3/3] Update changelog. --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cdb8f1..72e6dc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## Unreleased + +#### ⚙️ Internal + +- Added an MSRV requirement for v1.71.1. +- Updated Rust to v1.80 (for development). + ## 0.16.6 #### 🚀 Updates