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]