Skip to content

Commit 6b1bf8f

Browse files
Sylvester Hespeddyb
authored andcommitted
Update docs/src/publishing-rust-gpu.md
Co-authored-by: Eduard-Mihai Burtescu <[email protected]>
1 parent a2fe52b commit 6b1bf8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/publishing-rust-gpu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ These are the steps:
2424
4. Pull the merged `main` branch.
2525
5. Tag `main` with the version: `git tag v0.4.0`
2626
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
27+
7. Publish the crates: `cd [crate] && cargo publish` in the order of the list above (make sure
2828
`.cargo/credentials` is set to embark's token). The crates.io index might take some seconds to update
2929
causing an error if the crates are published in quick succession. Wait a couple of seconds and try
3030
again 🙂.

0 commit comments

Comments
 (0)