summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Nakamura <dnaka91@gmail.com>2023-08-01 21:55:24 +0900
committerGitHub <noreply@github.com>2023-08-01 12:55:24 +0000
commita6280bf91f8b79bd13dad43cf5611ce1f689cae4 (patch)
treec40a5465673e21c27372ab9300e744277784c960
parent3f9ceee04778d747ca972a9447c63a73200434ae (diff)
Set rust-version to correct MSRV of 1.66 (#41)
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"