File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ exclude = ["benchmarks"]
44
55[package ]
66name = " flexstr"
7- version = " 0.10.4 "
7+ version = " 0.10.5 "
88authors = [" Scott Meeuwsen <smeeuwsen@gmail.com>" ]
99license = " MIT OR Apache-2.0"
1010description = " A flexible, simple to use, clone-efficient string type for Rust"
@@ -53,7 +53,7 @@ optional = true
5353
5454[dependencies .inline_flexstr ]
5555path = " inline_flexstr"
56- version = " 0.1.4 "
56+ version = " 0.1.5 "
5757default-features = false
5858
5959[dependencies .flexstr_support ]
Original file line number Diff line number Diff line change 11[package ]
22name = " inline_flexstr"
3- version = " 0.1.4 "
3+ version = " 0.1.5 "
44authors = [" Scott Meeuwsen <smeeuwsen@gmail.com>" ]
55license = " MIT OR Apache-2.0"
66description = " A simple to use, copy/clone-efficient inline string type for Rust"
You can’t perform that action at this time.
0 commit comments