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: bump versions

Tony Wu 714a9d80 7f351e88

+10 -10
+2 -2
.github/workflows/release-plz.yml
··· 36 36 # otherwise CI will not run 37 37 token: ${{ secrets.RELEASE_PLZ_GITHUB_TOKEN }} 38 38 - uses: dtolnay/rust-toolchain@stable 39 - - uses: release-plz/action@7419a2cb1535b9c0e852b4dec626967baf65c022 39 + - uses: release-plz/action@v0.5.120 40 40 with: 41 41 command: release-pr 42 42 env: ··· 57 57 with: 58 58 fetch-depth: 0 59 59 - uses: dtolnay/rust-toolchain@stable 60 - - uses: release-plz/action@7419a2cb1535b9c0e852b4dec626967baf65c022 60 + - uses: release-plz/action@v0.5.120 61 61 with: 62 62 command: release 63 63 env:
+3 -3
Cargo.lock
··· 1441 1441 1442 1442 [[package]] 1443 1443 name = "mdbook-permalinks" 1444 - version = "1.1.2" 1444 + version = "2.0.0" 1445 1445 dependencies = [ 1446 1446 "anyhow", 1447 1447 "assert_cmd", ··· 1478 1478 1479 1479 [[package]] 1480 1480 name = "mdbook-rustdoc-links" 1481 - version = "1.1.2" 1481 + version = "2.0.0" 1482 1482 dependencies = [ 1483 1483 "anyhow", 1484 1484 "assert_cmd", ··· 1512 1512 1513 1513 [[package]] 1514 1514 name = "mdbookkit" 1515 - version = "1.1.2" 1515 + version = "2.0.0" 1516 1516 dependencies = [ 1517 1517 "anyhow", 1518 1518 "cargo-run-bin",
+2 -2
crates/mdbook-permalinks/Cargo.toml
··· 1 1 [package] 2 2 name = "mdbook-permalinks" 3 - publish = false 4 - version = "1.1.2" 3 + publish = true 4 + version = "2.0.0" 5 5 6 6 edition.workspace = true 7 7 rust-version.workspace = true
+2 -2
crates/mdbook-rustdoc-links/Cargo.toml
··· 1 1 [package] 2 2 name = "mdbook-rustdoc-links" 3 - publish = false 4 - version = "1.1.2" 3 + publish = true 4 + version = "2.0.0" 5 5 6 6 edition.workspace = true 7 7 rust-version.workspace = true
+1 -1
crates/mdbookkit/Cargo.toml
··· 1 1 [package] 2 2 name = "mdbookkit" 3 3 publish = true 4 - version = "1.1.2" 4 + version = "2.0.0" 5 5 6 6 edition.workspace = true 7 7 rust-version.workspace = true