Skip to content

Commit

Permalink
Update mdbook and downgrade toml. Again.
Browse files Browse the repository at this point in the history
Fixes #45
  • Loading branch information
badboy committed Aug 5, 2023
1 parent 7aaed98 commit febe468
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 101 deletions.
136 changes: 37 additions & 99 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 @@ -10,12 +10,12 @@ edition = "2018"
rust-version = "1.66"

[dependencies]
mdbook = "0.4.32"
mdbook = "0.4.33"
pulldown-cmark = "0.9.3"
log = "0.4.19"
clap = { version = "4.3.19", features = ["cargo", "derive"] }
serde_json = "1.0.104"
toml = "0.7.6"
toml = "0.5.11"

[dev-dependencies]
pretty_assertions = "1.4.0"
Expand Down

0 comments on commit febe468

Please sign in to comment.