Skip to content

Commit

Permalink
update rust version (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyusufatik authored Mar 28, 2024
1 parent 7c9c803 commit 2e6d071
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 @@ -50,7 +50,7 @@ async fn web3_rpc_tests() -> Result<(), anyhow::Error> {

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

0 comments on commit 2e6d071

Please sign in to comment.