From 38e69ecea6459f95c3887e19468764bb2d155ae0 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Fri, 31 Jan 2025 11:29:07 +0100 Subject: [PATCH] chore: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4821dda95ad..d341a893b53 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.10", features = ["full"] } +alloy = { version = "0.11", 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.