Unnamed repository; edit this file 'description' to name the repository.
-rw-r--r--lib/smol_str/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/smol_str/Cargo.toml b/lib/smol_str/Cargo.toml
index 219b95fdf5..35b98f0e4d 100644
--- a/lib/smol_str/Cargo.toml
+++ b/lib/smol_str/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "smol_str"
-version = "0.1.13"
+version = "0.1.14"
authors = ["Aleksey Kladov <[email protected]>"]
repository = "https://github.com/matklad/smol_str"
description = "small-string optimized string type with O(1) clone"
@@ -13,7 +13,7 @@ serde = { version = "1", optional = true, default_features = false }
[dev-dependencies]
proptest = "0.8.3"
serde_json = "1"
-serde = { version = "1", features = [ "derive" ] }
+serde = { version = "1", features = [ "derive", "std" ] }
criterion = "0.2"
[[bench]]