From 72f36fbc55b3219106049f1fd0c0904351a37e4d Mon Sep 17 00:00:00 2001 From: Bassam Sayed Date: Wed, 22 Oct 2025 20:03:40 -0700 Subject: [PATCH] Updated the qr-link library to use latest orb-relay-message version with new message type. --- qr-link/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qr-link/Cargo.toml b/qr-link/Cargo.toml index 8bcabc49..78ecbf90 100644 --- a/qr-link/Cargo.toml +++ b/qr-link/Cargo.toml @@ -26,7 +26,7 @@ uuid = { version = "1.4.1", features = ["v4"] } [dependencies.orb-relay-messages] features = ["client"] git = "https://github.com/worldcoin/orb-relay-messages.git" -rev = "2cfc4ab1d15acef3a876ef268d5cfe2a5a57b3b3" +rev = "e662130cad1c56b6965ecf9ae0d3cb01c42a9036" [[test]] name = "verification"