Skip to content

Commit

Permalink
Bump mdbook
Browse files Browse the repository at this point in the history
  • Loading branch information
hypergonial committed Feb 1, 2024
1 parent 1a7ddbe commit e28d3bb
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## 0.1.6

- Bump mdbook to `0.4.36` along with other dependencies.

## 0.1.5

- Update dependencies
Expand Down
29 changes: 26 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mdbook-autosummary"
version = "0.1.5"
version = "0.1.6"
edition = "2021"
authors = ["hypergonial"]
rust-version = "1.70"
Expand All @@ -17,9 +17,9 @@ categories = ["parsing", "filesystem", "config"]
anyhow = "1.0.75"
chrono = "0.4.31"
clap = "4.4.4"
env_logger = "0.10.0"
env_logger = "0.11.1"
log = "0.4.20"
mdbook = "0.4.34"
mdbook = "0.4.36"
path-slash = "0.2.1"
semver = "1.0.19"
serde = "1.0.188"
Expand Down

0 comments on commit e28d3bb

Please sign in to comment.