Skip to content

Commit

Permalink
release v0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Nugine committed Mar 5, 2024
1 parent 65680ba commit 2797f59
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion const-str-proc-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "const-str-proc-macro"
version = "0.5.4"
version = "0.5.7"
authors = ["Nugine <[email protected]>"]
edition = "2021"
description = "compile-time string operations"
Expand Down
4 changes: 2 additions & 2 deletions const-str/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "const-str"
version = "0.5.6"
version = "0.5.7"
authors = ["Nugine <[email protected]>"]
edition = "2021"
description = "compile-time string operations"
Expand All @@ -26,7 +26,7 @@ all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[dependencies.const-str-proc-macro]
version = "0.5.4"
version = "0.5.7"
path = "../const-str-proc-macro"
optional = true

Expand Down
6 changes: 3 additions & 3 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ miri:

sync-version:
#!/bin/bash -e
cargo set-version -p const-str-proc-macro '0.5.4'
cargo set-version -p const-str '0.5.6'
cargo set-version -p const-str-proc-macro '0.5.7'
cargo set-version -p const-str '0.5.7'

publish:
# cargo publish -p const-str-proc-macro
cargo publish -p const-str-proc-macro
cargo publish -p const-str

0 comments on commit 2797f59

Please sign in to comment.