From 2f2c59b3bfeb6977820e9f9b380f097c1d004736 Mon Sep 17 00:00:00 2001 From: yangxu52 Date: Thu, 13 Jun 2024 15:44:49 +0800 Subject: [PATCH] =?UTF-8?q?publish=F0=9F=9A=80:=20v0.0.1-beta.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 561a773..f5ae591 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -292,7 +292,7 @@ dependencies = [ [[package]] name = "rs-crypto" -version = "0.0.1-beta.1" +version = "0.0.1-beta.2" dependencies = [ "base64", "getrandom", diff --git a/Cargo.toml b/Cargo.toml index d7b1de5..226d605 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rs-crypto" -version = "0.0.1-beta.1" +version = "0.0.1-beta.2" edition = "2021" authors = ["yangxu52"] description = "A simple crypto library, based on Rust and WebAssembly."