Skip to content

Commit

Permalink
Merge pull request rust-lang#903 from FreeMasen/master
Browse files Browse the repository at this point in the history
remove walkdir from lib via handlebars
  • Loading branch information
Dylan-DPC authored Apr 28, 2019
2 parents 04b61db + ec905bb commit e145b07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exclude = ["book-example/*"]
[dependencies]
clap = "2.24"
chrono = "0.4"
handlebars = "1.0"
handlebars = { version = "1.0", default-features = false, features = ["no_dir_source"] }
serde = "1.0"
serde_derive = "1.0"
error-chain = "0.12"
Expand Down

0 comments on commit e145b07

Please sign in to comment.