diff --git a/Cargo.toml b/Cargo.toml index ecdee3f..220769f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/src/lib.rs b/src/lib.rs index df118ce..a50036a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,7 +2,7 @@ //! based on ssi. //! //! [vc-barcodes]: -//! +//! //! The `examples` folder contains a few examples showing how to create and //! verify VCBs. pub use ssi::claims::chrono::{DateTime, Utc};