From 428f8ba06b13fe3bc30c6f6ba65a01cf87eae86f Mon Sep 17 00:00:00 2001 From: jmjoy Date: Sun, 23 Jun 2024 20:04:36 +0800 Subject: [PATCH] Release version 0.8.0 (#19) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5ad6c46..e354536 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apollo-client" -version = "0.7.5" +version = "0.8.0" authors = ["jmjoy <918734043@qq.com>"] edition = "2021" rust-version = "1.56"