From 4a12e0dd76036cfa81e1b481a248c5ffb02e8012 Mon Sep 17 00:00:00 2001 From: jameszow Date: Sun, 20 Aug 2023 09:02:20 +0800 Subject: [PATCH] update example version --- example/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Cargo.toml b/example/Cargo.toml index e72c93e..ad9b8c2 100644 --- a/example/Cargo.toml +++ b/example/Cargo.toml @@ -18,4 +18,4 @@ schemars = "0.8.8" tokio = { version = "1.19.2", features = ["full"] } #summer -summer-boot = { version = "1.4", path = "../summer-boot" } \ No newline at end of file +summer-boot = { version = "1.3", path = "../summer-boot" } \ No newline at end of file