Skip to content

Commit

Permalink
Bump rustc version (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpp authored Apr 12, 2024
1 parent f16584a commit b37d5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/citrea/tests/evm/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ async fn web3_rpc_tests() -> Result<(), anyhow::Error> {

assert_eq!(
test_client.web3_client_version().await,
format!("citrea/{}/{}/rust-1.77.1", tag, arch)
format!("citrea/{}/{}/rust-1.77.2", tag, arch)
);
assert_eq!(
test_client
Expand Down

0 comments on commit b37d5dd

Please sign in to comment.