Skip to content

Commit

Permalink
crates/meta: Remove rustls
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <[email protected]>
  • Loading branch information
nspin committed Oct 7, 2024
1 parent c030593 commit 7bd508d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions crates/private/meta/Cargo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ mk {
sel4-async-block-io-fat
sel4-async-io
sel4-async-network
sel4-async-network-rustls
sel4-async-network-rustls-utils
sel4-async-single-threaded-executor
sel4-async-time
sel4-async-unsync
Expand Down
2 changes: 0 additions & 2 deletions crates/private/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ sel4-async-block-io = { path = "../../sel4-async/block-io" }
sel4-async-block-io-fat = { path = "../../sel4-async/block-io/fat" }
sel4-async-io = { path = "../../sel4-async/io" }
sel4-async-network = { path = "../../sel4-async/network" }
sel4-async-network-rustls = { path = "../../sel4-async/network/rustls" }
sel4-async-network-rustls-utils = { path = "../../sel4-async/network/rustls/utils" }
sel4-async-single-threaded-executor = { path = "../../sel4-async/single-threaded-executor" }
sel4-async-time = { path = "../../sel4-async/time" }
sel4-async-unsync = { path = "../../sel4-async/unsync" }
Expand Down
2 changes: 0 additions & 2 deletions crates/private/meta/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ definitely! {
sel4_async_block_io_fat
sel4_async_io
sel4_async_network
sel4_async_network_rustls
// sel4_async_network_rustls_utils
sel4_async_single_threaded_executor
sel4_async_time
sel4_async_unsync
Expand Down

0 comments on commit 7bd508d

Please sign in to comment.