From a76868e7c46cc0fc6c6de83bad89c2bf759f700d Mon Sep 17 00:00:00 2001 From: d2weber <29163905+d2weber@users.noreply.github.com> Date: Thu, 18 Jun 2026 18:38:29 +0200 Subject: [PATCH] more nodiscard --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 44109d034..3cc870f33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7450,7 +7450,7 @@ dependencies = [ [[package]] name = "yerpc" version = "0.6.4" -source = "git+https://github.com/d2weber/yerpc.git?branch=qt_bindings#6fa9bb1d9d71c76d4ce1fa02bc1c1a9b34d8c416" +source = "git+https://github.com/d2weber/yerpc.git?branch=qt_bindings#9e4cfb963b1c113a0c0701ea29865a9099b45949" dependencies = [ "anyhow", "async-channel 1.9.0", @@ -7469,7 +7469,7 @@ dependencies = [ [[package]] name = "yerpc_derive" version = "0.6.4" -source = "git+https://github.com/d2weber/yerpc.git?branch=qt_bindings#6fa9bb1d9d71c76d4ce1fa02bc1c1a9b34d8c416" +source = "git+https://github.com/d2weber/yerpc.git?branch=qt_bindings#9e4cfb963b1c113a0c0701ea29865a9099b45949" dependencies = [ "convert_case", "darling",