diff --git a/Cargo.toml b/Cargo.toml index 296e6b6df..87a5c8bc2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Michael Bryan "] description = "An EPUB renderer for mdbook." name = "mdbook-epub" -version = "0.4.33" +version = "0.4.34" readme = "README.md" license = "MIT" repository = "https://github.com/Michael-F-Bryan/mdbook-epub" @@ -34,7 +34,7 @@ structopt = "0.3.26" mime_guess = "2.0" env_logger = "0.10.0" log = "0.4.17" -mdbook = { version = "0.4.33", default-features = false } +mdbook = { version = "0.4.34", default-features = false } handlebars = "4.3.7" toml = "0.5.11" # downgraded due to parent 'mdbook' dependency and error there html_parser = "0.7.0"