From 529e22f206326a388e7e4ba630383768f899bd7f Mon Sep 17 00:00:00 2001 From: Marvin Gudel Date: Mon, 8 Dec 2025 10:28:42 +0100 Subject: [PATCH] Update mctp-rs dependencies to latest upstream commit Signed-off-by: Marvin Gudel --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a9675ff..576b3e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,8 +12,8 @@ categories = ["embedded", "no-std"] [features] [dependencies] -mctp-estack = { git = "https://github.com/OpenPRoT/mctp-rs.git", branch = "sync-features", default-features = false, features = ["log"] } -mctp = { git = "https://github.com/OpenPRoT/mctp-rs.git", branch = "sync-features", default-features = false } +mctp-estack = { git = "https://github.com/CodeConstruct/mctp-rs.git", rev = "22418511f9d8395cdd66608373f7971cbbaeb8ff" , default-features = false, features = ["log"]} +mctp = { git = "https://github.com/CodeConstruct/mctp-rs.git", rev = "22418511f9d8395cdd66608373f7971cbbaeb8ff" , default-features = false } [dev-dependencies]