Skip to content

Commit

Permalink
Merge pull request rust-lang#411 from steveklabnik/master
Browse files Browse the repository at this point in the history
Fix toml problem and release 0.0.23
  • Loading branch information
steveklabnik authored Aug 29, 2017
2 parents a1926bb + b7372d3 commit d94c097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mdbook"
version = "0.0.22-pre"
version = "0.0.23"
authors = ["Mathieu David <[email protected]>"]
description = "create books from markdown files (like Gitbook)"
documentation = "http://azerupi.github.io/mdBook/index.html"
Expand All @@ -25,7 +25,7 @@ pulldown-cmark = "0.0.14"
lazy_static = "0.2"
log = "0.3"
env_logger = "0.4.0"
toml = { version = "0.4", features = ["serde"] }
toml = "0.4"
open = "1.1"
regex = "0.2.1"
tempdir = "0.3.4"
Expand Down

0 comments on commit d94c097

Please sign in to comment.