From a9d06c0dfdc1b51ebdd6ed1c86708eac1b578d2b Mon Sep 17 00:00:00 2001 From: paulpr0 Date: Wed, 15 Jan 2025 08:27:44 +0000 Subject: [PATCH 1/2] Update Cargo.toml io_error_more seems to have been stabalised in 1.82. Compiling with 1.80 I get: error[E0658]: use of unstable library feature 'io_error_more' --> C:\Users\paul\.cargo\registry\src\index.crates.io-6f17d22bba15001f\quicknotes-1.0.1\src/lib.rs:412:17 | 412 | io::ErrorKind::IsADirectory, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: see issue #86442 for more information --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 8d8343d..971c947 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ license = "BSD-3-Clause" homepage = "https://github.com/ollien/quicknotes" repository = "https://github.com/ollien/quicknotes" edition = "2021" +rust-version = "1.82" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html From 2b633ee35f6edf691ac7ee0b54f1af73e7d4c203 Mon Sep 17 00:00:00 2001 From: paulpr0 Date: Wed, 15 Jan 2025 17:11:07 +0000 Subject: [PATCH 2/2] Update Cargo.toml Update rust-version to 1.83 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 971c947..c77e9ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "BSD-3-Clause" homepage = "https://github.com/ollien/quicknotes" repository = "https://github.com/ollien/quicknotes" edition = "2021" -rust-version = "1.82" +rust-version = "1.83" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html