We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b83c79c commit e7de6a8Copy full SHA for e7de6a8
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "alloy-mev"
3
-version = "0.2.2"
+version = "0.4.0"
4
authors = ["leruaa"]
5
license = "MIT"
6
edition = "2021"
README.md
@@ -15,7 +15,7 @@ some [examples] available.
15
Add `alloy-mev` to your `Cargo.toml`:
16
17
```toml
18
-alloy-mev = "0.2"
+alloy-mev = "0.4"
19
```
20
21
## Features
0 commit comments