We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a268fb + 845362c commit 6ad301eCopy full SHA for 6ad301e
src/crates-io/crate-removal.md
@@ -12,11 +12,11 @@ whether we have to comply with it.
12
13
* Remove it from the database:
14
15
- heroku run -a crates-io -- target/release/delete-crate [crate-name]
+ heroku run -a crates-io -- target/release/crates-admin delete-crate [crate-name]
16
17
or
18
19
- heroku run -a crates-io -- target/release/delete-version [crate-name] [version-number]
+ heroku run -a crates-io -- target/release/crates-admin delete-version [crate-name] [version-number]
20
21
* Remove the crate or version from the index. To remove an entire crate, remove
22
the entire crate file. For a version, remove the line corresponding to the
0 commit comments