From a6280bf91f8b79bd13dad43cf5611ce1f689cae4 Mon Sep 17 00:00:00 2001 From: Dominik Nakamura Date: Tue, 1 Aug 2023 21:55:24 +0900 Subject: [PATCH] Set rust-version to correct MSRV of 1.66 (#41) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4bff50a..de2e6d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MPL-2.0" homepage = "https://github.com/badboy/mdbook-toc" repository = "https://github.com/badboy/mdbook-toc" edition = "2018" -rust-version = "1.58" +rust-version = "1.66" [dependencies] mdbook = "0.4.32"