Skip to content

Commit

Permalink
Change URL of mbedtls repository
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <nick@nickspinale.com>
  • Loading branch information
nspin committed Sep 29, 2023
1 parent fbc5848 commit 53e88b5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sel4-async-timers = { path = "../../../../../../sel4-async/timers" }
sel4-panicking-env = { path = "../../../../../../sel4-panicking/env" }

[dependencies.mbedtls]
git = "https://github.com/nspin/rust-mbedtls"
git = "https://github.com/coliasgroup/rust-mbedtls"
tag = "keep/6eef662dbf636d1ccf86078143b6854f"
default-features = false
features = ["no_std_deps"]
Expand Down
6 changes: 3 additions & 3 deletions crates/private/tests/root-task/mbedtls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ sel4-logging = { path = "../../../../sel4-logging" }
sel4-root-task = { path = "../../../../sel4-root-task" }

[dependencies.mbedtls]
git = "https://github.com/nspin/rust-mbedtls"
git = "https://github.com/coliasgroup/rust-mbedtls"
tag = "keep/6eef662dbf636d1ccf86078143b6854f"
default-features = false
features = ["no_std_deps", "debug"]

[dependencies.mbedtls-platform-support]
git = "https://github.com/nspin/rust-mbedtls"
git = "https://github.com/coliasgroup/rust-mbedtls"
tag = "keep/6eef662dbf636d1ccf86078143b6854f"
default-features = false

[dependencies.mbedtls-sys-auto]
git = "https://github.com/nspin/rust-mbedtls"
git = "https://github.com/coliasgroup/rust-mbedtls"
tag = "keep/6eef662dbf636d1ccf86078143b6854f"
default-features = false

Expand Down
2 changes: 1 addition & 1 deletion crates/sel4-async/network/mbedtls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sel4-async-network = { path = ".." }
sel4-async-network-mbedtls-mozilla-ca-list = { path = "./mozilla-ca-list" }

[dependencies.mbedtls]
git = "https://github.com/nspin/rust-mbedtls"
git = "https://github.com/coliasgroup/rust-mbedtls"
tag = "keep/6eef662dbf636d1ccf86078143b6854f"
default-features = false
features = ["no_std_deps"]
4 changes: 2 additions & 2 deletions hacking/nix/scope/generated-cargo-manifests/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ let
};

mbedtlsSource = {
git = "https://github.com/nspin/rust-mbedtls";
tag = "keep/6eef662dbf636d1ccf86078143b6854f";
git = "https://github.com/coliasgroup/rust-mbedtls";
tag = "keep/6eef662dbf636d1ccf86078143b6854f"; # branch sel4
};

mbedtlsWith = features: filterOutEmptyFeatureList (mbedtlsSource // {
Expand Down

0 comments on commit 53e88b5

Please sign in to comment.