From 734d282a671d27f0d95c0f9c0ecae71a3a42b433 Mon Sep 17 00:00:00 2001 From: Sunli Date: Fri, 27 May 2022 15:20:58 +0800 Subject: [PATCH] Update book --- docs/en/src/quickstart.md | 8 ++++---- docs/zh-CN/src/quickstart.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/en/src/quickstart.md b/docs/en/src/quickstart.md index 257dad01..0014a2c9 100644 --- a/docs/en/src/quickstart.md +++ b/docs/en/src/quickstart.md @@ -4,10 +4,10 @@ ```toml [dependencies] -async-graphql = "3.0" -async-graphql-actix-web = "3.0" # If you need to integrate into actix-web -async-graphql-warp = "3.0" # If you need to integrate into warp -async-graphql-tide = "3.0" # If you need to integrate into tide +async-graphql = "4.0" +async-graphql-actix-web = "4.0" # If you need to integrate into actix-web +async-graphql-warp = "4.0" # If you need to integrate into warp +async-graphql-tide = "4.0" # If you need to integrate into tide ``` ## Write a Schema diff --git a/docs/zh-CN/src/quickstart.md b/docs/zh-CN/src/quickstart.md index f7feb3fa..a408975d 100644 --- a/docs/zh-CN/src/quickstart.md +++ b/docs/zh-CN/src/quickstart.md @@ -4,10 +4,10 @@ ```toml [dependencies] -async-graphql = "3.0" -async-graphql-actix-web = "3.0" # 如果你需要集成到Actix-web -async-graphql-warp = "3.0" # 如果你需要集成到Warp -async-graphql-tide = "3.0" # 如果你需要集成到Tide +async-graphql = "4.0" +async-graphql-actix-web = "4.0" # 如果你需要集成到Actix-web +async-graphql-warp = "4.0" # 如果你需要集成到Warp +async-graphql-tide = "4.0" # 如果你需要集成到Tide ``` ## 写一个Schema