Skip to content

Commit

Permalink
Use http dependency for cbor-ld.
Browse files Browse the repository at this point in the history
  • Loading branch information
timothee-haudebourg committed Aug 8, 2024
1 parent d0a41ba commit d3b3b9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ serde = { version = "1.0.203", features = ["derive"] }
sha2 = "0.10.8"
ssi = { git = "https://github.com/spruceid/ssi.git", rev = "88110a9", features = ["secp256r1", "secp384r1"] }
json-syntax = "0.12.5"
cbor-ld = { git = "ssh://git@github.com/spruceid/cbor-ld.git", rev = "74a439a" }
cbor-ld = { git = "https://github.com/spruceid/cbor-ld.git", rev = "74a439a" }
thiserror = "1.0.61"
csv = "1.3.0"

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//! based on ssi.
//!
//! [vc-barcodes]: <https://w3c-ccg.github.io/vc-barcodes/>
//!
//!
//! The `examples` folder contains a few examples showing how to create and
//! verify VCBs.
pub use ssi::claims::chrono::{DateTime, Utc};
Expand Down

0 comments on commit d3b3b9d

Please sign in to comment.