File tree Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -30,17 +30,17 @@ jobs:
3030 command : login
3131 args : ${{ secrets.CRATES_TOKEN }}
3232
33- - name : Publish library to crates.io
34- uses : actions-rs/cargo@v1
35- with :
36- command : publish
37- args : --manifest-path core/Cargo.toml
38-
39- - name : Publish cli to crates.io
40- uses : actions-rs/cargo@v1
41- with :
42- command : publish
43- args : --manifest-path cli/Cargo.toml
33+ # - name: Publish library to crates.io
34+ # uses: actions-rs/cargo@v1
35+ # with:
36+ # command: publish
37+ # args: --manifest-path core/Cargo.toml
38+
39+ # - name: Publish cli to crates.io
40+ # uses: actions-rs/cargo@v1
41+ # with:
42+ # command: publish
43+ # args: --manifest-path cli/Cargo.toml
4444
4545 - name : Bump version and push tag
4646 id : tag_version
Original file line number Diff line number Diff line change 11[package ]
22name = " codesnap-cli"
3- version = " 0.7.0 "
3+ version = " 0.7.1 "
44edition = " 2021"
55description = " CLI tools for generating beautiful code snapshots"
66license = " MIT"
@@ -13,7 +13,7 @@ path = "src/main.rs"
1313ansi_term = " 0.12.1"
1414anyhow = " 1.0.91"
1515clap = { version = " 4.5.21" , features = [" derive" ] }
16- codesnap = { path = " ../core" , version = " 0.7.0 " }
16+ codesnap = { path = " ../core" , version = " 0.7.1 " }
1717home = " 0.5.9"
1818indicatif = " 0.17.9"
1919serde_json = " 1.0.132"
Original file line number Diff line number Diff line change 11[package ]
22name = " codesnap"
3- version = " 0.7.0 "
3+ version = " 0.7.1 "
44edition = " 2021"
55description = " Pure Rust library for generating beautiful code snapshots"
66license = " MIT"
You can’t perform that action at this time.
0 commit comments