From 4a8f6ea756a2add0f0192c0155279ef0a71bb0ca Mon Sep 17 00:00:00 2001 From: Edward Shen Date: Wed, 21 Aug 2019 20:37:38 -0400 Subject: [PATCH] set version to 0.0.1 to reserve name --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 78618fa..d769d63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libmatrix-client" -version = "0.1.0" +version = "0.0.1" authors = ["Edward Shen "] edition = "2018"