From 0fd6920c3e0ac159cf5720ecaef602e070baf6ca Mon Sep 17 00:00:00 2001 From: Bazyli Zygan Date: Fri, 21 Jun 2024 10:16:54 +0200 Subject: [PATCH] Versions in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd922e7..c05c696 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Add this to your Cargo.toml: ```toml [dependencies] -ethers-web = "0.1" +ethers-web = "0.2" ``` Depending on the web framework you are using you might want to enable proper feature. @@ -14,7 +14,7 @@ For `yew` you should simply enable its feature first: ```toml [dependencies] -ethers-web = { version = "0.1", features = [ "yew" ] } +ethers-web = { version = "0.2", features = [ "yew" ] } ``` In `examples` folder you will find an example yew application that is using an `yew::UseEthereum` that will allow you to connect to chosen wallet and maintain its life cycle