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 52b021c commit 04eba5fCopy full SHA for 04eba5f
src/infra/docs/docs-rs.md
@@ -53,6 +53,17 @@ systemctl restart docs.rs
53
To return to the latest nightly simply remove the environment variable and
54
restart docs.rs again.
55
56
+### Rebuild a specific crate
57
+
58
+If a bug was recently fixed, you may want to rebuild a crate so that it builds with the latest version.
59
+From the docs.rs machine:
60
61
+```
62
+cratesfyi queue add <crate> <version>
63
64
65
+This will add the crate with a lower priority than new crates by default, you can change the priority with the `-p` option.
66
67
### Adding all the crates failed after a date back in the queue
68
69
After an outage you might want to add all the failed builds back to the queue.
0 commit comments