Skip to content

Commit 7fc5b54

Browse files
committed
Bump versions (0.10.5, 0.1.5) for flexstr and inline_flexstr
1 parent c66bad3 commit 7fc5b54

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exclude = ["benchmarks"]
44

55
[package]
66
name = "flexstr"
7-
version = "0.10.4"
7+
version = "0.10.5"
88
authors = ["Scott Meeuwsen <smeeuwsen@gmail.com>"]
99
license = "MIT OR Apache-2.0"
1010
description = "A flexible, simple to use, clone-efficient string type for Rust"
@@ -53,7 +53,7 @@ optional = true
5353

5454
[dependencies.inline_flexstr]
5555
path = "inline_flexstr"
56-
version = "0.1.4"
56+
version = "0.1.5"
5757
default-features = false
5858

5959
[dependencies.flexstr_support]

inline_flexstr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "inline_flexstr"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
authors = ["Scott Meeuwsen <smeeuwsen@gmail.com>"]
55
license = "MIT OR Apache-2.0"
66
description = "A simple to use, copy/clone-efficient inline string type for Rust"

0 commit comments

Comments
 (0)