Skip to content

Commit

Permalink
bump benches due to framing_sv2 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
plebhash committed Dec 17, 2024
1 parent ae5f24d commit 18bc751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ serde_json = { version = "1.0.64", default-features = false, features = ["alloc"
iai="0.1"
mining_sv2 = { path = "../protocols/v2/subprotocols/mining", version = "^1.0.0" }
roles_logic_sv2 = { path = "../protocols/v2/roles-logic-sv2", version = "^1.0.0" }
framing_sv2 = { version = "2.0.0", path = "../protocols/v2/framing-sv2" }
framing_sv2 = { version = "3.0.0", path = "../protocols/v2/framing-sv2" }
serde = { version = "1.0.89", default-features = false, features = ["derive", "alloc"] }
num-bigint = "0.4.3"
num-traits = "0.2.15"
Expand Down

0 comments on commit 18bc751

Please sign in to comment.