Skip to content

Commit

Permalink
chore: update to amplify v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Sep 19, 2023
1 parent 25a11b3 commit 9f636cf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 36 deletions.
43 changes: 9 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ edition = "2021"
license = "Apache-2.0"

[workspace.dependencies]
amplify = "4.0.1"
amplify = "4.0.2"
strict_encoding = "2.5.0"
commit_verify = "0.10.5"
single_use_seals = "0.10.0"
Expand Down Expand Up @@ -72,3 +72,7 @@ stl = ["strict_types", "strict_types/base64", "bp-primitives/stl", "commit_verif

[package.metadata.docs.rs]
features = [ "all" ]

[patch.crates-io]
amplify = { git = "https://github.com/rust-amplify/rust-amplify", branch = "feat/array-reverse" }
strict_encoding = { git = "https://github.com/strict-types/strict-encoding", branch = "chore/amplify-4.1.0" }
2 changes: 1 addition & 1 deletion seals/src/txout/blind.rs
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ mod test {
);
assert_eq!(
ChainBlindSeal::from_str("tapret1st:rvgbdg:5#0x78ca69"),
Err(ParseError::WrongTxid(hex::Error::InvalidChar(b'g')))
Err(ParseError::WrongTxid(hex::Error::InvalidChar(b'r')))
);
assert_eq!(
ChainBlindSeal::from_str(
Expand Down

0 comments on commit 9f636cf

Please sign in to comment.