Skip to content

Commit b339f9f

Browse files
committed
Revert unintended change to mbedtls
1 parent a943781 commit b339f9f

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
@@ -46,7 +46,7 @@ async-channel = "1.8"
4646
# crypto
4747
openssl = { git = "https://github.com/sfackler/rust-openssl", optional = true }
4848
foreign-types = { version = "0.3.2", optional = true }
49-
mbedtls = { git = "https://github.com/fortanix/rust-mbedtls", optional = true, default-features = false, features = ["std", "aesni"] }
49+
mbedtls = { git = "https://github.com/fortanix/rust-mbedtls", optional = true }
5050
sha2 = { version = "0.10", default-features = false, optional = true }
5151
hmac = { version = "0.12", optional = true }
5252
pbkdf2 = { version = "0.12", optional = true }

0 commit comments

Comments
 (0)