Skip to content

Commit c7f2fad

Browse files
committed
release v0.6.3
1 parent 2593c1c commit c7f2fad

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

const-str-proc-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "const-str-proc-macro"
3-
version = "0.6.2"
3+
version = "0.6.3"
44
authors = ["Nugine <nugine@foxmail.com>"]
55
edition = "2021"
66
description = "compile-time string operations"

const-str/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "const-str"
3-
version = "0.6.2"
3+
version = "0.6.3"
44
authors = ["Nugine <nugine@foxmail.com>"]
55
edition = "2021"
66
description = "compile-time string operations"
@@ -26,7 +26,7 @@ all-features = true
2626
rustdoc-args = ["--cfg", "docsrs"]
2727

2828
[dependencies.const-str-proc-macro]
29-
version = "0.6.2"
29+
version = "0.6.3"
3030
path = "../const-str-proc-macro"
3131
optional = true
3232

justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ ci:
3434
just miri
3535

3636
sync-version:
37-
cargo set-version -p const-str-proc-macro '0.6.2'
38-
cargo set-version -p const-str '0.6.2'
37+
cargo set-version -p const-str-proc-macro '0.6.3'
38+
cargo set-version -p const-str '0.6.3'

0 commit comments

Comments
 (0)