Skip to content

Commit 715aa7f

Browse files
committed
Limit serde_json dev dep to fix Rust 1.22 build
1 parent 447f490 commit 715aa7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ optional = true
2424

2525
[dev-dependencies]
2626
rand = "0.6.5"
27-
serde_json = "1"
27+
serde_json = "<=1.0.44"

0 commit comments

Comments
 (0)