From 24634c6194bcff38ae457438312a04a0702274b7 Mon Sep 17 00:00:00 2001 From: Ryan Tate Date: Mon, 23 Sep 2024 13:43:32 -0700 Subject: [PATCH] use oid4vci ssi-0.9 branch with reversion tag Signed-off-by: Ryan Tate --- Cargo.lock | 2 +- Cargo.toml | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7b28eae..c9f67a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6418,7 +6418,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "w3c-vc-barcodes" version = "0.1.0" -source = "git+https://github.com/spruceid/w3c-vc-barcodes?branch=use-ssi-0.9#c1c99daad35fc7317388bb2db33e1fca0f5040f4" +source = "git+https://github.com/spruceid/w3c-vc-barcodes?rev=c1c99da#c1c99daad35fc7317388bb2db33e1fca0f5040f4" dependencies = [ "cbor-ld", "csv", diff --git a/Cargo.toml b/Cargo.toml index 2a31cf6..5d98ad2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,6 @@ futures = "0.3" hex = "0.4.3" isomdl = { git = "https://github.com/spruceid/isomdl", rev = "1f4f762" } oid4vci = { git = "https://github.com/spruceid/oid4vci-rs", rev = "8120138" } -# oid4vci = { path = "../oid4vci-rs" } p256 = { version = "0.13.2", features = ["pkcs8"] } pem-rfc7468 = "0.7.0" reqwest = { version = "0.11", features = ["blocking"] } @@ -36,7 +35,7 @@ tracing = "0.1.40" uniffi = { version = "0.28.1", features = ["cli"] } url = { version = "2.5", features = ["serde"] } uuid = { version = "1.6.1", features = ["v4"] } -w3c-vc-barcodes = { git = "https://github.com/spruceid/w3c-vc-barcodes", branch = "use-ssi-0.9" } +w3c-vc-barcodes = { git = "https://github.com/spruceid/w3c-vc-barcodes", rev = "c1c99da" } x509-cert = { version = "0.2.5" } signature = "2.2.0" cose-rs = { git = "https://github.com/spruceid/cose-rs", rev = "0018c9b", features = [ @@ -61,6 +60,3 @@ uniffi = { version = "0.28.1", features = ["bindgen-tests"] } [build-dependencies] uniffi = { version = "0.28.1", features = ["build"] } - -[patch.crates-io] -# ssi = { git = "https://github.com/spruceid/ssi.git" }