M Cargo.lock => Cargo.lock +1 -1
@@ 2,7 2,7 @@
# It is not intended for manual editing.
[[package]]
name = "maybe-string"
-version = "0.1.0"
+version = "0.1.1-alpha.0"
dependencies = [
"serde",
]
M Cargo.toml => Cargo.toml +1 -1
@@ 1,6 1,6 @@
[package]
name = "maybe-string"
-version = "0.1.0"
+version = "0.1.1-alpha.0"
authors = ["Jakub Pastuszek <jpastuszek@protonmail.com>"]
description = "Provides a newtype wrapper that represents a byte vector that may be a valid UTF-8 string"
repository = "https://git.sr.ht/~jpastuszek/maybe-string"