From 4d067072f3692df300c549faaa41c0ec6a3fc35c Mon Sep 17 00:00:00 2001 From: Marcel Date: Sun, 15 Jan 2023 16:05:38 +0100 Subject: [PATCH] Reverted foreign-types to 0.3 --- matter/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matter/Cargo.toml b/matter/Cargo.toml index 30a57f4..9b9d544 100644 --- a/matter/Cargo.toml +++ b/matter/Cargo.toml @@ -35,7 +35,7 @@ env_logger = "0.10.0" rand = "0.8.5" esp-idf-sys = { version = "0.32", features = ["binstart"], optional = true } openssl = { git = "https://github.com/sfackler/rust-openssl", optional = true } -foreign-types = { version = "0.4.0", optional = true } +foreign-types = { version = "0.3.2", optional = true } sha2 = { version = "0.9.9", optional = true } hmac = { version = "0.11.0", optional = true } mbedtls = { git = "https://github.com/fortanix/rust-mbedtls", optional = true }