Skip to content

Commit ee30b12

Browse files
committed
chore: bump to 0.0.16
1 parent 4515818 commit ee30b12

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "string_wizard"
3-
version = "0.0.15"
3+
version = "0.0.16"
44
edition = "2021"
55
license = "MIT"
66
description = "manipulate string like wizards"
@@ -27,3 +27,6 @@ insta = "1.31.0"
2727
[[bench]]
2828
name = "joiner_join"
2929
harness = false
30+
31+
[profile.release]
32+
debug = true

0 commit comments

Comments
 (0)