Skip to content

Commit 3131e04

Browse files
committed
release v0.7.1
1 parent 97c522c commit 3131e04

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

crates/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.7.0"
3+
version = "0.7.1"
44
authors = ["Nugine <nugine@foxmail.com>"]
55
edition = "2021"
66
description = "compile-time string operations"

crates/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.7.0"
3+
version = "0.7.1"
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.7.0"
29+
version = "0.7.1"
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
@@ -37,5 +37,5 @@ ci:
3737
just miri
3838

3939
sync-version:
40-
cargo set-version -p const-str-proc-macro '0.7.0'
41-
cargo set-version -p const-str '0.7.0'
40+
cargo set-version -p const-str-proc-macro '0.7.1'
41+
cargo set-version -p const-str '0.7.1'

0 commit comments

Comments
 (0)