Skip to content

Commit

Permalink
Merge pull request #848 from ijl/reduce-build-deps
Browse files Browse the repository at this point in the history
Reduce build dependencies from regex
  • Loading branch information
kngwyu authored Apr 7, 2020
2 parents 184bafc + 702411a commit 5a68f74
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 @@ -35,7 +35,7 @@ assert_approx_eq = "1.1.0"
trybuild = "1.0.23"

[build-dependencies]
regex = "1"
regex = { version = "1", default_features = false, features = ["std"] }
version_check = "0.9.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit 5a68f74

Please sign in to comment.