From def95c19736174b438bff58deffc657851c25e61 Mon Sep 17 00:00:00 2001 From: doyoubi Date: Sat, 24 Oct 2020 22:07:10 +0800 Subject: [PATCH] Bump version to 0.4.0-alpha.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f1d0e5f..39e57e6c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2090,7 +2090,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "undermoon" -version = "0.4.0-alpha.2" +version = "0.4.0-alpha.3" dependencies = [ "actix-http 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "actix-rt 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index ebc21361..0b550617 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "undermoon" -version = "0.4.0-alpha.2" +version = "0.4.0-alpha.3" authors = ["doyoubi"] edition = "2018"