From 813047c17b40c06766845697fd3c13091d2e35b6 Mon Sep 17 00:00:00 2001 From: Weiliang Li Date: Tue, 8 Dec 2020 15:41:49 +0900 Subject: [PATCH] add rc1 (#2) --- .vscode/spellright.dict | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/spellright.dict b/.vscode/spellright.dict index 0424576..6fc1bb1 100644 --- a/.vscode/spellright.dict +++ b/.vscode/spellright.dict @@ -7,3 +7,4 @@ rlib NONINFRINGEMENT secp256k1 ethereum +rc diff --git a/Cargo.toml b/Cargo.toml index 840c1b0..7907d94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ecies-wasm" -version = "0.1.0" +version = "0.1.0-rc1" # docs authors = ["Weiliang Li "] description = "A WASM bind for eciesrs"