Skip to content

Commit de81bd5

Browse files
committed
upgraded to 0.5.2
1 parent 5c45ab5 commit de81bd5

File tree

2 files changed

+62
-88
lines changed

2 files changed

+62
-88
lines changed

Cargo.lock

Lines changed: 57 additions & 83 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Michael Bryan <michaelfbryan@gmail.com>"]
33
description = "An EPUB renderer for mdbook."
44
name = "mdbook-epub"
5-
version = "0.5.1"
5+
version = "0.5.2"
66
readme = "README.md"
77
license = "MIT"
88
repository = "https://github.com/Michael-F-Bryan/mdbook-epub"
@@ -37,10 +37,10 @@ serde_json = "1.0.145"
3737
mime_guess = "2.0"
3838
tracing = "0.1.41"
3939
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
40-
mdbook-core = { version = "0.5.1", default-features = false } # I'm kinda anxious about it as they say it's for internal use, examples still outdated
41-
mdbook-driver = { version = "0.5.1", default-features = false } # Because we support standalone rendering...
42-
mdbook-renderer = { version = "0.5.1", default-features = false }
43-
handlebars = "6.3.2" # downgraded due to parent 'mdbook' dependency and error there
40+
mdbook-core = { version = "0.5.2", default-features = false } # I'm kinda anxious about it as they say it's for internal use, examples still outdated
41+
mdbook-driver = { version = "0.5.2", default-features = false } # Because we support standalone rendering...
42+
mdbook-renderer = { version = "0.5.2", default-features = false }
43+
handlebars = "6.3.2"# downgraded due to parent 'mdbook' dependency and error there
4444
html_parser = "0.7.0"
4545
url = "2.5"
4646
ureq = "3.1"

0 commit comments

Comments
 (0)