Skip to content

Commit a132c8a

Browse files
committed
fix cargo serde
1 parent 6fd5070 commit a132c8a

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
@@ -27,7 +27,7 @@ crossbeam = "0.8.1"
2727
dashmap = { version = "5.3.4", features = ["rayon"] }
2828
num_cpus = "1.13.1"
2929
itertools = "0.10.3"
30-
serde = "1.0.163"
30+
serde = { version = "1.0.163", features = ["derive"] }
3131
bincode = "1.3.3"
3232

3333
pyo3 = "0.18.1"

0 commit comments

Comments
 (0)