Skip to content

Commit 70b0ac2

Browse files
authored
chore: bump Rust to 1.70 (#4054)
1 parent 3149473 commit 70b0ac2

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

crates/rethnet_eth/src/remote/client.rs

-6
Original file line numberDiff line numberDiff line change
@@ -209,12 +209,6 @@ impl RpcClient {
209209

210210
let response = self.batch_call(&inputs).await?;
211211

212-
type BatchResult = (
213-
jsonrpc::Response<U256>,
214-
jsonrpc::Response<U256>,
215-
jsonrpc::Response<ZeroXPrefixedBytes>,
216-
);
217-
218212
let responses: Vec<serde_json::Value> = serde_json::from_str(&response.text)
219213
.unwrap_or_else(|error| {
220214
panic!("Batch response `{response:?}` failed to parse due to error: {error}")

rust-toolchain

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.68
1+
1.70

0 commit comments

Comments
 (0)