Skip to content

Commit c662cb6

Browse files
committed
Allow serde 0.8
1 parent a63cb60 commit c662cb6

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
@@ -20,7 +20,7 @@ tempdir = "0.3"
2020
encoding = "0.2"
2121
heapsize = {version = ">=0.1.1, <0.4.0", optional = true}
2222
matches = "0.1"
23-
serde = {version = ">=0.6.6, <0.8", optional = true}
23+
serde = {version = ">=0.6.6, <0.9", optional = true}
2424

2525
[features]
2626
serde-serialization = [ "serde" ]

0 commit comments

Comments
 (0)