Skip to content

Commit

Permalink
Use distinct inscription IDs (#1201)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Jan 12, 2023
1 parent 2e108f9 commit 96a96a5
Show file tree
Hide file tree
Showing 30 changed files with 586 additions and 384 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ where
D: Deserializer<'de>,
{
Ok(Self(
FromStr::from_str(&String::deserialize(deserializer)?).map_err(de::Error::custom)?,
FromStr::from_str(&String::deserialize(deserializer)?).map_err(serde::de::Error::custom)?,
))
}
}
Loading

0 comments on commit 96a96a5

Please sign in to comment.