Skip to content

Commit 25b7a62

Browse files
committed
lint: clippy
1 parent f5a60aa commit 25b7a62

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords = ["init4", "bin", "base"]
66

77
version = "0.12.4"
88
edition = "2021"
9-
rust-version = "1.81"
9+
rust-version = "1.83"
1010
authors = ["init4", "James Prestwich", "evalir"]
1111
license = "MIT OR Apache-2.0"
1212
homepage = "https://github.com/init4tech/bin-base"

tests/flashbots.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ fn get_test_provider() -> Flashbots {
3333
Flashbots::new(FLASHBOTS_URL.clone(), BUILDER_KEY.clone())
3434
}
3535

36+
#[allow(clippy::type_complexity)]
3637
fn get_sepolia() -> FillProvider<
3738
JoinFill<
3839
JoinFill<

0 commit comments

Comments
 (0)