Skip to content

Back down `x25519-dalek` to `2.0.0-pre.1` from `2.0.0-rc.2`

Ghost User requested to merge (removed):back-x25519-pre-1 into main

Fixes #926 (closed)

  • Reverts x25519-dalek back to 2.0.0-pre.1 from 2.0.0-rc.2 (broken release)
  • Bumps tor-llcrypto to 0.5.2 so arti-client etc. will pick up this one instead of now broken 0.5.1
  • No need for downstream bumps from tor-llcrypto since anything that points to 0.5.1 should pick up 0.5.2 since it's ^ (minimum)

Recommend bumping dalek in one go across all of it's crates instead x25519-dalek alone.

Also recommend yanking tor-llcrypto 0.5.1 to make sure nobody new uses it.

Edited by Ghost User

Merge request reports