Skip to content

Commit

Permalink
Disable default features
Browse files Browse the repository at this point in the history
  • Loading branch information
19h authored Aug 28, 2018
1 parent f6c324b commit d1008fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ base64 = "^0.9.0"
itertools = "^0.7.8"
lazy_static = "1.0"
md5 = "^0.3"
nom = { version = "^4.0", features = ["verbose-errors"] }
nom = { version = "^4.0", features = ["verbose-errors"], default-features = false }

rsass = { version = "^0.9.0", optional = true }

Expand Down

0 comments on commit d1008fb

Please sign in to comment.