Skip to content

Commit

Permalink
Bump mdbook to 0.4.27 and downgrade toml to 0.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed Feb 14, 2023
1 parent 56462c1 commit 6476b1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 49 deletions.
51 changes: 4 additions & 47 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ repository = "https://github.com/badboy/mdbook-open-on-gh"
edition = "2018"

[dependencies]
mdbook = "0.4.26"
mdbook = "0.4.27"
env_logger = "0.10.0"
log = "0.4"
clap = { version = "4.1.0", features = ["cargo"] }
serde_json = "1.0"
toml = "0.7.2"
toml = "0.5.11"

0 comments on commit 6476b1b

Please sign in to comment.