Skip to content

Commit 2fe6631

Browse files
authored
Merge pull request project-chip#64 from thekuwayama/modify__specify_mbedtls_version
modify: specify mbedtls version
2 parents 1de8370 + 63cf24e commit 2fe6631

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 }
49+
mbedtls = { version = "0.9", 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)