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.