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.
1 parent 72a8657 commit 845362cCopy full SHA for 845362c
src/crates-io/crate-removal.md
@@ -12,11 +12,11 @@ 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