Skip to content

Commit 9ca8a0f

Browse files
committed
Point rust-mbedtls dependency to its master branch
1 parent fcb79ce commit 9ca8a0f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ nix = { git = "https://github.com/fortanix/nix.git", branch = "raoul/fortanixvme
5757
rustc-serialize = { git = "https://github.com/fortanix/rustc-serialize.git", branch = "portability" }
5858
serde = { git = "https://github.com/fortanix/serde.git", branch = "master" }
5959
vsock = { git = "https://github.com/fortanix/vsock-rs.git", branch = "fortanixvme" }
60-
mbedtls = { git = "https://github.com/fortanix/rust-mbedtls.git", branch = "fix-rfc-3631-breakage" }
60+
mbedtls = { git = "https://github.com/fortanix/rust-mbedtls.git", branch = "master" }

0 commit comments

Comments
 (0)