From 459dd1cd7c3c077c246072053c73382fe777a993 Mon Sep 17 00:00:00 2001 From: Yoshihiro OKUMURA Date: Mon, 20 Apr 2026 18:19:06 +0900 Subject: [PATCH] chore(release): sync lockfile version Record the Rust package version bump in Cargo.lock so the repository stays consistent after updating the crate version to 2.0.0. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 8f28704..e4784d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1268,7 +1268,7 @@ dependencies = [ [[package]] name = "mdrs-client-rust" -version = "0.1.1" +version = "2.0.0" dependencies = [ "anyhow", "base64",