Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
qalisander committed May 21, 2024
1 parent e6143c4 commit 5ee3fb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
target: wasm32-unknown-unknown, x86_64-unknown-linux-gnu
toolchain: 1.75.0
toolchain: 1.77.0

- name: install cargo-stylus
run: RUSTFLAGS="-C link-args=-rdynamic" cargo install cargo-stylus@0.2.1
Expand Down
2 changes: 1 addition & 1 deletion examples/erc721/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ extern crate alloc;

use alloc::string::{String, ToString};

use alloy_primitives::{U256, Address};
use alloy_primitives::{Address, U256};
use contracts::erc721::{
extensions::{ERC721Metadata, ERC721UriStorage},
ERC721,
Expand Down

0 comments on commit 5ee3fb6

Please sign in to comment.