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" ```