summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-05-09 11:15:20 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-05-09 11:15:20 +0200
commit5cdf6884514320f08ecb85157c807a1fbbc80d25 (patch)
tree380f8892b45d771d15286bc4a55a3f00d66f7dbb
parentb6b7dd1c61582b1441f9a1ff0a7fed04a99a14ef (diff)
v0.1.0-alpha.1
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 20e41d8..8fd2e41 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "serde-select"
-version = "0.1.0"
+version = "0.1.0-alpha.1"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
edition = "2018"
description = "Query serde de/serializable objects"