Skip to content

Commit 57b5e79

Browse files
committed
Bumped patch versions to 0.2.7
1 parent eb976ca commit 57b5e79

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

const_format/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_format"
3-
version = "0.2.6"
3+
version = "0.2.7"
44
authors = ["rodrimati1992 <rodrimatt1985@gmail.com>"]
55
edition = "2018"
66
license = "Zlib"
@@ -34,7 +34,7 @@ only_new_tests = ["testing"]
3434
all = ["fmt", "derive", "constant_time_as_str", "assert"]
3535

3636
[dependencies.const_format_proc_macros]
37-
version = "=0.2.6"
37+
version = "=0.2.7"
3838
path = "../const_format_proc_macros"
3939

4040
[dev-dependencies]

const_format_proc_macros/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_format_proc_macros"
3-
version = "0.2.6"
3+
version = "0.2.7"
44
authors = ["rodrimati1992 <rodrimatt1985@gmail.com>"]
55
edition = "2018"
66
license = "Zlib"

0 commit comments

Comments
 (0)