From e0b33e8def3b70cd45e9a9c48140eecb1ae294f5 Mon Sep 17 00:00:00 2001 From: hbdgr Date: Wed, 31 Jul 2024 23:35:01 +0200 Subject: [PATCH] docs: readme fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96640256a24..1f710d763ba 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ cargo add alloy --features full Alternatively, you can add the following to your `Cargo.toml` file: ```toml -alloy = { version = "0.1", features = ["full"] } +alloy = { version = "0.2", features = ["full"] } ``` For a more fine-grained control over the features you wish to include, you can add the individual crates to your `Cargo.toml` file, or use the `alloy` crate with the features you need.