We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1926bb + b7372d3 commit d94c097Copy full SHA for d94c097
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "mdbook"
3
-version = "0.0.22-pre"
+version = "0.0.23"
4
authors = ["Mathieu David <[email protected]>"]
5
description = "create books from markdown files (like Gitbook)"
6
documentation = "http://azerupi.github.io/mdBook/index.html"
@@ -25,7 +25,7 @@ pulldown-cmark = "0.0.14"
25
lazy_static = "0.2"
26
log = "0.3"
27
env_logger = "0.4.0"
28
-toml = { version = "0.4", features = ["serde"] }
+toml = "0.4"
29
open = "1.1"
30
regex = "0.2.1"
31
tempdir = "0.3.4"
0 commit comments