File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,8 @@ The crate is published by triggering `.github/workflows/publish.yml` GitHub acti
158158After the crate is successfully published a new version's git tag is created in the repository.
159159
160160So to publish a new version
161- 1 . Update ` version ` field in ` Cargo.toml ` .
162- 2 . Push the changes to the ` master ` branch.
163- 3 . Wait until GitHub build job completes successfully.
164- 4 . [ On the Actions page] ( https://github.com/RustAudio/rodio/actions ) start ` .github/workflows/publish.yml ` .
161+ 1 . Run ` cargo outdated -R ` to ensure all dependencies are up to date
162+ 2 . Update ` version ` field in ` Cargo.toml ` .
163+ 3 . Push the changes to the ` master ` branch.
164+ 4 . Wait until GitHub build job completes successfully.
165+ 5 . [ On the Actions page] ( https://github.com/RustAudio/rodio/actions ) start ` .github/workflows/publish.yml ` .
You can’t perform that action at this time.
0 commit comments