Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
stiegerc committed Mar 4, 2025
1 parent 495e891 commit 0d2f989
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

4 changes: 0 additions & 4 deletions rs/state_manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ ic-canonical-state-tree-hash = { path = "../canonical_state/tree_hash" }
ic-config = { path = "../config" }
ic-crypto-sha2 = { path = "../crypto/sha2" }
ic-crypto-tree-hash = { path = "../crypto/tree_hash" }
ic-error-types = { path = "../../packages/ic-error-types" }
ic-interfaces = { path = "../interfaces" }
ic-interfaces-certified-stream-store = { path = "../interfaces/certified_stream_store" }
ic-interfaces-state-manager = { path = "../interfaces/state_manager" }
Expand Down Expand Up @@ -59,17 +58,14 @@ ic-canonical-state-tree-hash-test-utils = { path = "../canonical_state/tree_hash
ic-certification-version = { path = "../canonical_state/certification_version" }
ic-error-types = { path = "../../packages/ic-error-types" }
ic-management-canister-types-private = { path = "../types/management_canister_types" }
ic-registry-routing-table = { path = "../registry/routing_table" }
ic-registry-subnet-features = { path = "../registry/subnet_features" }
ic-registry-subnet-type = { path = "../registry/subnet_type" }
ic-state-machine-tests = { path = "../state_machine_tests" }
ic-sys = { path = "../sys" }
ic-test-utilities-consensus = { path = "../test_utilities/consensus" }
ic-test-utilities-io = { path = "../test_utilities/io" }
ic-test-utilities-logger = { path = "../test_utilities/logger" }
ic-test-utilities-metrics = { path = "../test_utilities/metrics" }
ic-test-utilities-state = { path = "../test_utilities/state" }
ic-test-utilities-time = { path = "../test_utilities/time" }
ic-test-utilities-tmpdir = { path = "../test_utilities/tmpdir" }
ic-test-utilities-types = { path = "../test_utilities/types" }
ic-wasm-types = { path = "../types/wasm_types" }
Expand Down

0 comments on commit 0d2f989

Please sign in to comment.