Skip to content

Commit 7161ea8

Browse files
committed
Use semver-compatible version requirement for serde.
1 parent f71d0f4 commit 7161ea8

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
@@ -29,7 +29,7 @@ version = "0.2"
2929
optional = true
3030

3131
[dependencies.serde]
32-
version = "*"
32+
version = "0.6.1"
3333
optional = true
3434

3535
[dependencies]

0 commit comments

Comments
 (0)