From c51dc23ebf670e288d0dbf1ab2194886f72a874a Mon Sep 17 00:00:00 2001 From: Franz-Stefan Preiss Date: Tue, 5 Nov 2024 13:51:56 +0000 Subject: [PATCH] Fix deps --- rs/crypto/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rs/crypto/Cargo.toml b/rs/crypto/Cargo.toml index 17f94fb40ff..a28c51b347b 100644 --- a/rs/crypto/Cargo.toml +++ b/rs/crypto/Cargo.toml @@ -31,6 +31,7 @@ ic-crypto-tls-cert-validation = { path = "node_key_validation/tls_cert_validatio ic-crypto-tls-interfaces = { path = "tls_interfaces" } ic-crypto-utils-basic-sig = { path = "utils/basic_sig" } ic-crypto-utils-tls = { path = "utils/tls" } +ic-management-canister-types = { path = "../types/management_canister_types" } ic-interfaces = { path = "../interfaces" } ic-interfaces-registry = { path = "../interfaces/registry" } ic-logger = { path = "../monitoring/logger" } @@ -81,7 +82,6 @@ ic-crypto-test-utils-tls = { path = "test_utils/tls" } ic-crypto-tree-hash = { path = "tree_hash" } ic-crypto-utils-canister-threshold-sig = { path = "utils/canister_threshold_sig" } ic-interfaces-registry-mocks = { path = "../interfaces/registry/mocks" } -ic-management-canister-types = { path = "../types/management_canister_types" } ic-registry-client = { path = "../registry/client" } ic-registry-client-fake = { path = "../registry/fake" } ic-registry-proto-data-provider = { path = "../registry/proto_data_provider" }