Skip to content

Commit d9db46b

Browse files
committed
crates-io: update heroku commands to delete crates
1 parent 4bc682f commit d9db46b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/crates-io/crate-removal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ it.
1212

1313
* Remove it from the database:
1414

15-
heroku run -- cargo run --bin delete-crate [crate-name]
15+
heroku run -a crates-io -- target/release/delete-crate [crate-name]
1616

1717
or
1818

19-
heroku run -- cargo run --bin delete-version [crate-name] [version-number]
19+
heroku run -a crates-io -- target/release/delete-version [crate-name] [version-number]
2020

2121
* Remove the crate or version from the index. To remove an entire crate, remove
2222
the entire crate file. For a version, remove the line corresponding to the

0 commit comments

Comments
 (0)