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"