From 6497945cdbd520d2fbfe472c52941156fb30e0ef Mon Sep 17 00:00:00 2001 From: Alexander Weiss Date: Thu, 10 Feb 2022 14:55:55 +0100 Subject: [PATCH] set development version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cddffba..4a08843 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustic" -version = "0.1.0" +version = "0.1.0-dev" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html