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 a2fe52b commit 6b1bf8fCopy full SHA for 6b1bf8f
docs/src/publishing-rust-gpu.md
@@ -24,7 +24,7 @@ These are the steps:
24
4. Pull the merged `main` branch.
25
5. Tag `main` with the version: `git tag v0.4.0`
26
6. Push the tag: `git push origin v0.4.0`
27
-7. Publish the crates: `cd [crate] && cargo publish` in the order of the list aboven (make sure
+7. Publish the crates: `cd [crate] && cargo publish` in the order of the list above (make sure
28
`.cargo/credentials` is set to embark's token). The crates.io index might take some seconds to update
29
causing an error if the crates are published in quick succession. Wait a couple of seconds and try
30
again 🙂.
0 commit comments