From bfc23a695d224b513d971c59a6f3ba4cec19f5b1 Mon Sep 17 00:00:00 2001 From: 4t145 Date: Thu, 11 Jan 2024 16:15:46 +0800 Subject: [PATCH] update version to rc8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d13dc42e..3cd9a6fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ codegen-units = 1 opt-level = "z" [workspace.package] -version = "0.1.0-rc.7" +version = "0.1.0-rc.8" authors = ["gudaoxuri "] description = "Elegant, clean Rust development framework" keywords = ["http", "database", "web", "redis", "mq"]