We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50d35f6 commit 172f219Copy full SHA for 172f219
1 file changed
CONTRIBUTING.md
@@ -158,7 +158,7 @@ The crate is published by triggering `.github/workflows/publish.yml` GitHub acti
158
After the crate is successfully published a new version's git tag is created in the repository.
159
160
So to publish a new version
161
-1. Update `project.version` field in `Cargo.toml`.
+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`.
0 commit comments