Skip to content

Commit

Permalink
chore: disable unused "cmdline" feature for the grass crate (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
tranzystorekk committed Feb 12, 2022
1 parent 5d6e101 commit b651fb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 56 deletions.
58 changes: 3 additions & 55 deletions 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
Expand Up @@ -17,7 +17,7 @@ glob = "0.3.0"
rayon = "1.5"
chrono = "0.4"
slugify = "0.1.0"
grass = "0.10.8"
grass = { version = "0.10.8", default-features = false, features = ["random"] }
# for server (borrowed from zola)
tokio = { version = "1.0.1", default-features = false, features = ["rt", "fs", "full"] }
warp = "0.3"
Expand Down

0 comments on commit b651fb5

Please sign in to comment.