Skip to content

Commit 0e2774e

Browse files
committed
release v0.6.1
1 parent 094708b commit 0e2774e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

const-str-proc-macro/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "const-str-proc-macro"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["Nugine <[email protected]>"]
55
edition = "2021"
66
description = "compile-time string operations"

const-str/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "const-str"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["Nugine <[email protected]>"]
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.0"
29+
version = "0.6.1"
3030
path = "../const-str-proc-macro"
3131
optional = true
3232

justfile

+2-2
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.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'

0 commit comments

Comments
 (0)