Skip to content

Commit

Permalink
fix unintended
Browse files Browse the repository at this point in the history
  • Loading branch information
Vritra4 committed Nov 14, 2024
1 parent 1a913c2 commit 4d66ca1
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/config/.codespellignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ minitia
expRes
crate
Hel
ser
2 changes: 1 addition & 1 deletion crates/types/src/serde_helper/vec_bytes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

use serde::{
de::Deserializer,
set::{SerializeSeq, Serializer},
ser::{SerializeSeq, Serializer},
Deserialize,
};

Expand Down
Binary file modified precompile/binaries/minlib/multisig.mv
Binary file not shown.
Binary file modified precompile/binaries/stdlib/minitswap.mv
Binary file not shown.
Binary file modified precompile/binaries/stdlib/multisig.mv
Binary file not shown.

0 comments on commit 4d66ca1

Please sign in to comment.