File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " const-str-proc-macro"
3- version = " 0.6.0 "
3+ version = " 0.6.1 "
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.6.0 "
3+ version = " 0.6.1 "
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.6.0 "
29+ version = " 0.6.1 "
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.6.0 '
38- cargo set-version -p const-str ' 0.6.0 '
37+ cargo set-version -p const-str-proc-macro ' 0.6.1 '
38+ cargo set-version -p const-str ' 0.6.1 '
You can’t perform that action at this time.
0 commit comments