Skip to content

Commit

Permalink
verify_duplicate_crates: Remove comment about serde
Browse files Browse the repository at this point in the history
  • Loading branch information
jrose-signal committed May 26, 2023
1 parent dcfd0c1 commit df707cf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bin/verify_duplicate_crates
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
#
# getrandom + rand*:
# curve25519-dalek + x25519-dalek use rand_core 0.5, snow and picky use rand_core 0.6
# serde:
# num_enum_derive indirectly uses serde in a proc-macro;
# unfortunately that shows up as a repeat here
# block-buffer + digest:
# argon2 uses digest 0.10, all of the other rust-crypto dependencies are still based
# on digest 0.9.
Expand Down

0 comments on commit df707cf

Please sign in to comment.