Skip to content

Commit

Permalink
[FIX] resolve invalid signature vc playground (#65)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Tate <[email protected]>
Co-authored-by: Jacob <[email protected]>
  • Loading branch information
Ryanmtate and cobward authored Dec 16, 2024
1 parent 4b2de2a commit 1e714fd
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 69 deletions.
84 changes: 42 additions & 42 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cose-rs = { git = "https://github.com/spruceid/cose-rs", rev = "0018c9b", featur
] }
isomdl = { git = "https://github.com/spruceid/isomdl", rev = "1f4f762" }
oid4vci = { git = "https://github.com/spruceid/oid4vci-rs", rev = "3717043" }
openid4vp = { git = "https://github.com/spruceid/openid4vp", rev = "347814f" }
openid4vp = { git = "https://github.com/spruceid/openid4vp", rev = "335c843" }
ssi = { version = "0.10.1", features = ["secp256r1", "secp384r1"] }

async-trait = "0.1"
Expand Down Expand Up @@ -72,4 +72,4 @@ uniffi = { version = "0.28.1", features = ["bindgen-tests"] }
uniffi = { version = "0.28.1", features = ["build"] }

[patch.crates-io]
ssi = { git = "https://github.com/spruceid/ssi", rev = "5211199" }
ssi = { git = "https://github.com/spruceid/ssi", rev = "d00a3a1" }
Loading

0 comments on commit 1e714fd

Please sign in to comment.