From 40615e0f67075217fe64b4a77c3786b5b4322880 Mon Sep 17 00:00:00 2001 From: gudaoxuri Date: Mon, 17 Apr 2023 23:11:43 -0700 Subject: [PATCH] Release 0.1.0-beta2. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 45faafe2..1957a8ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ codegen-units = 1 opt-level = "z" [workspace.package] -version = "0.1.0-beta1" +version = "0.1.0-beta2" authors = ["gudaoxuri "] description = "Elegant, clean Rust development framework" keywords = ["http", "database", "web", "redis", "mq"]