Skip to content

Commit

Permalink
Use published version of ssi (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel authored Aug 26, 2024
1 parent d3b3b9d commit 372ff39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ static-iref = "3.0.0"
lazy_static = "1.5.0"
serde = { version = "1.0.203", features = ["derive"] }
sha2 = "0.10.8"
ssi = { git = "https://github.com/spruceid/ssi.git", rev = "88110a9", features = ["secp256r1", "secp384r1"] }
ssi = { version = "0.8.1", features = ["secp256r1", "secp384r1"] }
json-syntax = "0.12.5"
cbor-ld = { git = "https://github.com/spruceid/cbor-ld.git", rev = "74a439a" }
thiserror = "1.0.61"
Expand All @@ -19,4 +19,4 @@ csv = "1.3.0"
[dev-dependencies]
async-std = { version = "1.12.0", features = ["attributes"] }
hex = "0.4.3"
qrcode = "0.14.1"
qrcode = "0.14.1"

0 comments on commit 372ff39

Please sign in to comment.