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 80595a5 commit 4e12b45Copy full SHA for 4e12b45
.github/workflows/release.yml
@@ -30,10 +30,6 @@ jobs:
30
uses: actions-rs/toolchain@v1
31
with:
32
toolchain: stable
33
- - name: Update version in Cargo.toml
34
- run: |
35
- VERSION=$(echo ${{ github.ref }} | sed 'refs\/tags\/v//')
36
- sed -i "s/^version = .*/version = \"$VERSION\"/" ${{ github.workspace }}/Cargo.toml
37
- name: Dryrun ${{ matrix.package }}
38
working-directory: ${{ matrix.package }}
39
run: cargo publish --dry-run
Cargo.toml
@@ -8,7 +8,7 @@ members = [
8
]
9
10
[workspace.package]
11
-version = "0.6.14"
+version = "0.6.15"
12
edition = "2021"
13
authors = ["[email protected]"]
14
repository = "https://github.com/acl-dev/open-coroutine"
0 commit comments