Skip to content

Commit

Permalink
chore: update readme (#1980)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Jan 31, 2025
1 parent f4d34d4 commit c718f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c718f85

Please sign in to comment.