From d467ecc4ab286e6a7d29a2d1f94b69d76faf1f6e Mon Sep 17 00:00:00 2001 From: Jonathan LEI Date: Sat, 9 Dec 2023 05:13:59 +0000 Subject: [PATCH] docs: update crate version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23988843..17be013c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ To use the crate from [crates.io](https://crates.io/crates/starknet), add the fo ```toml [dependencies] -starknet = "0.6.0" +starknet = "0.7.0" ``` Note that the [crates.io version](https://crates.io/crates/starknet) might be outdated. You may want to use the library directly from GitHub for all the latest features and fixes: