From ef6e53ab2c5c56f243a133ddb7282689881d21ec Mon Sep 17 00:00:00 2001 From: gudaoxuri Date: Thu, 2 Feb 2023 05:35:01 -0800 Subject: [PATCH] Release 0.1.0-alpha36. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 334894ea..9529053c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ members = ["tardis-macros", "tardis", "examples/*"] [workspace.package] -version = "0.1.0-alpha35" +version = "0.1.0-alpha36" authors = ["gudaoxuri "] description = "Elegant, clean Rust development framework" keywords = ["http", "database", "web", "redis", "mq"]