Skip to content

Commit a9d06c0

Browse files
authored
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 <rust-lang/rust#86442> for more information
1 parent 5f2711b commit a9d06c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ license = "BSD-3-Clause"
66
homepage = "https://github.com/ollien/quicknotes"
77
repository = "https://github.com/ollien/quicknotes"
88
edition = "2021"
9+
rust-version = "1.82"
910

1011
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1112

0 commit comments

Comments
 (0)