Skip to content

Commit 317bd89

Browse files
committed
comment out dev-deps
1 parent 682bafb commit 317bd89

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ authors = ["Josh Leverette <coder543@gmail.com>"]
55

66
# uncomment if doing benchmarks
77
# otherwise, it just slows down compilation of examples
8-
[dev-dependencies]
9-
criterion = "0.2.3"
10-
handlebars = "0.32.0"
11-
serde_json = "1.0.16"
12-
serde_derive = "1.0.43"
13-
serde = "1.0.43"
8+
# [dev-dependencies]
9+
# criterion = "0.2.3"
10+
# handlebars = "0.32.0"
11+
# serde_json = "1.0.16"
12+
# serde_derive = "1.0.43"
13+
# serde = "1.0.43"
1414

1515
[dependencies]
1616
zapper_derive = { path = "./zapper-derive" }

0 commit comments

Comments
 (0)