Skip to content

Commit 4d06707

Browse files
committed
Reverted foreign-types to 0.3
1 parent 9239c78 commit 4d06707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ env_logger = "0.10.0"
3535
rand = "0.8.5"
3636
esp-idf-sys = { version = "0.32", features = ["binstart"], optional = true }
3737
openssl = { git = "https://github.com/sfackler/rust-openssl", optional = true }
38-
foreign-types = { version = "0.4.0", optional = true }
38+
foreign-types = { version = "0.3.2", optional = true }
3939
sha2 = { version = "0.9.9", optional = true }
4040
hmac = { version = "0.11.0", optional = true }
4141
mbedtls = { git = "https://github.com/fortanix/rust-mbedtls", optional = true }

0 commit comments

Comments
 (0)