Skip to content

Commit

Permalink
Fixed serde issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tbetcke committed Mar 8, 2024
1 parent af7a54b commit ee8a7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dense/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ categories = ["mathematics", "science"]
name = "rlst_dense"

[dependencies]
num = "0.4"
num = {version = "0.4", features = ["serde", "rand"] }
rand = "0.8"
itertools = "0.12"
rand_distr = "0.4"
Expand Down

0 comments on commit ee8a7dd

Please sign in to comment.