Skip to content

Commit

Permalink
remove MG Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
lorbax committed Jun 1, 2024
1 parent 7227b07 commit df10ddf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1,051 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ use crate::{
Error, ShortTxId,
};
use alloc::vec::Vec;
use serde::{ser, ser::SerializeTuple, ser::SerializeSeq, Deserialize, Deserializer, Serialize};
use serde::{
ser,
ser::{SerializeSeq, SerializeTuple},
Deserialize, Deserializer, Serialize,
};

#[derive(Debug, Clone)]
pub struct Seq064K<'s, T: Clone + Serialize + TryFromBSlice<'s>> {
Expand Down
Loading

0 comments on commit df10ddf

Please sign in to comment.