toolkit for mdBook [mirror of my GitHub repo] docs.tonywu.dev/mdbookkit/
permalinks rust-analyzer mdbook
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: reset msrv

Tony Wu 3410b876 53c0af82

+5 -1
+1
Cargo.toml
··· 6 6 repository = "https://github.com/tonywu6/mdbookkit" 7 7 8 8 edition = "2024" 9 + rust-version = "1.89" 9 10 10 11 [profile.dev.package] 11 12 insta.opt-level = 3
+1 -1
TODO.md
··· 27 27 - [x] socials 28 28 29 29 - [x] upgrade deps 30 - - [ ] msrv 30 + - [x] msrv 31 31 - [x] mdbook v0.4 warnings 32 32 33 33 - [ ] CI
+1
crates/mdbook-permalinks/Cargo.toml
··· 4 4 version = "1.1.2" 5 5 6 6 edition.workspace = true 7 + rust-version.workspace = true 7 8 8 9 authors.workspace = true 9 10 license.workspace = true
+1
crates/mdbook-rustdoc-links/Cargo.toml
··· 4 4 version = "1.1.2" 5 5 6 6 edition.workspace = true 7 + rust-version.workspace = true 7 8 8 9 authors.workspace = true 9 10 license.workspace = true
+1
crates/mdbookkit/Cargo.toml
··· 4 4 version = "1.1.2" 5 5 6 6 edition.workspace = true 7 + rust-version.workspace = true 7 8 8 9 authors.workspace = true 9 10 license.workspace = true