Skip to content

Commit

Permalink
Update serde dependency to include "rc" feature in mizaru2's Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchinchilla committed Mar 21, 2024
1 parent ffedc79 commit 643b63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/mizaru2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ blake3 = {version="1.5.1", features=["serde"]}
blind-rsa-signatures = "0.15.0"
rand = "0.8.5"
stdcode = "0.1.14"
serde = {version="1.0.197", features=["derive"]}
serde = {version="1.0.197", features=["derive", "rc"]}
anyhow = "1.0.81"
rayon = "1.9.0"

0 comments on commit 643b63f

Please sign in to comment.