File tree Expand file tree Collapse file tree 4 files changed +21
-5
lines changed
Expand file tree Collapse file tree 4 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 1+ name : Publish
2+
3+ on :
4+ release :
5+ types : [published]
6+
7+ jobs :
8+ publish :
9+ runs-on : ubuntu-latest
10+ steps :
11+ - uses : actions/checkout@v4
12+ - uses : taiki-e/install-action@just
13+ - uses : dtolnay/rust-toolchain@nightly
14+ - run : cargo login ${{ secrets.CRATES_IO_API_TOKEN }}
15+ - run : cargo publish -p const-str-proc-macro
16+ - run : cargo publish -p const-str
Original file line number Diff line number Diff line change 11[package ]
22name = " const-str-proc-macro"
3- version = " 0.5.7 "
3+ version = " 0.6.0 "
44authors = [" Nugine <nugine@foxmail.com>" ]
55edition = " 2021"
66description = " compile-time string operations"
Original file line number Diff line number Diff line change 11[package ]
22name = " const-str"
3- version = " 0.5.7 "
3+ version = " 0.6.0 "
44authors = [" Nugine <nugine@foxmail.com>" ]
55edition = " 2021"
66description = " compile-time string operations"
@@ -26,7 +26,7 @@ all-features = true
2626rustdoc-args = [" --cfg" , " docsrs" ]
2727
2828[dependencies .const-str-proc-macro ]
29- version = " 0.5.7 "
29+ version = " 0.6.0 "
3030path = " ../const-str-proc-macro"
3131optional = true
3232
Original file line number Diff line number Diff line change 3434 just miri
3535
3636sync-version :
37- cargo set-version -p const-str-proc-macro ' 0.5.7 '
38- cargo set-version -p const-str ' 0.5.7 '
37+ cargo set-version -p const-str-proc-macro ' 0.6.0 '
38+ cargo set-version -p const-str ' 0.6.0 '
You can’t perform that action at this time.
0 commit comments