badboy / mdbook-toc

A preprocessor for mdbook to add inline Table of Contents support.
Mozilla Public License 2.0
163 stars 20 forks source link

Added minimum Rust version to Cargo.toml #24

Closed KennethWilke closed 2 years ago

KennethWilke commented 2 years ago

I was installing this crate to work on another project and realized I couldn't build this because I was using Rust 1.57 which doesn't yet have the fstrings. I am upgrading my local install to 1.60, but prior to that I verified that everything seemed good to go on 1.58.1.