Skip to content

Commit

Permalink
bump to 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosnacks committed Nov 18, 2024
1 parent bbcada7 commit a8fbd2e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,21 +95,21 @@ significant_drop_tightening = "allow"
needless_return = "allow"

[workspace.dependencies]
alloy = { version = "0.6.2", features = [
alloy = { version = "0.6.4", features = [
"full",
"eips",
"hyper",
"json-rpc",
"node-bindings",
"rpc-client",
"rpc-types-debug",
"rpc-types-trace",
"json-rpc",
"rpc-client",
"signer-aws",
"signer-keystore",
"signer-ledger",
"signer-mnemonic",
"signer-trezor",
"signer-yubihsm",
"eips",
"hyper",
] }

foundry-fork-db = "0.7"
Expand Down
5 changes: 3 additions & 2 deletions examples/layers/examples/hyper_http_layer.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
//! This example demonstrates how to write a custom layer for the `hyper` HTTP client that can
//! modify the underlying http request before it is sent.
//! This example demonstrates how to write a custom layer for the [`hyper`] HTTP client that can
//! modify the underlying HTTP request before it is sent.

use alloy::{
node_bindings::Anvil,
providers::{Provider, ProviderBuilder},
Expand Down

0 comments on commit a8fbd2e

Please sign in to comment.