From 7b10c0a05fe359bc999fe54a5414f1287ec01575 Mon Sep 17 00:00:00 2001 From: Ivan Palamarchuk Date: Fri, 28 Feb 2025 12:28:04 +0400 Subject: [PATCH] Fixed version in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c42de24..fc1f6f6 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ optional features, so your `Cargo.toml` could look like this: ```toml [dependencies] -shopify_api = "0.8" +shopify_api = "0.9" tokio = { version = "1", features = ["full"] } ``` @@ -57,7 +57,7 @@ async fn main() -> Result<(), Box> { ```toml [dependencies] -shopify_api = "0.89" +shopify_api = "0.9" tokio = { version = "1", features = ["full"] } graphql_client = "0.14.0" ```