File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -36,16 +36,13 @@ jobs:
3636 git config --global user.name "github-actions[bot]"
3737 git config --global user.email "actions[bot]@github.com"
3838
39+ - name : Install cargo-edit
40+ run : cargo install cargo-edit
41+
3942 - name : Bump version
4043 run : |
4144 cd src/rust
42- cargo workspaces version ${{ github.event.inputs.version_bump }} --no-git-commit --yes
43-
44- - name : Commit version bump
45- run : |
46- git add .
47- git commit -m "chore: bump crate version (${{ github.event.inputs.version_bump }})"
48- git push
45+ cargo workspaces version ${{ github.event.inputs.version_bump }} --yes
4946
5047 - name : Configure cargo for publishing
5148 run : |
Original file line number Diff line number Diff line change 11[package ]
22name = " fcb_cpp"
3- version = " 0.3 .0"
3+ version = " 0.6 .0"
44edition = " 2021"
55authors = [" Hidemichi Baba <baba.papa1120.ba@gmail.com>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments