risc0-ethereum icon indicating copy to clipboard operation
risc0-ethereum copied to clipboard

Mark old crate names for renamed crates as deprecated

Open nategraf opened this issue 1 year ago • 2 comments

We have three crates that have been renamed, but their old names are still published on crates.io without any notes.

  • bonsai-ethereum-relay
  • bonsai-ethereum-contracts
  • risc0-ethereum-view-call

We should mark these as deprecated in some way.

nategraf avatar Apr 25 '24 23:04 nategraf

There's a bunch of old risc0 crates too, not sure what the best approach is

flaub avatar Apr 25 '24 23:04 flaub

One idea would be to publish a new version to each that includes a compile-time warning about the deprecation. We could additionally update the top-level crate docs to include a similar warning.

nategraf avatar May 01 '24 17:05 nategraf