Skip to content

Commit

Permalink
chore(nervous-system): Fix cargo dependency tree (#3158)
Browse files Browse the repository at this point in the history
This fixes miscategorization of types in cargo to match what's in the
bazel configuration.
  • Loading branch information
max-dfinity authored Dec 12, 2024
1 parent 0e85368 commit 52d16c3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions rs/nervous_system/long_message/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ ic-cdk-timers = { workspace = true }
ic-registry-subnet-type = { path = "../../registry/subnet_type" }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
dfn_candid = { path = "../../rust_canisters/dfn_candid" }
ic-nervous-system-temporary = { path = "../../nervous_system/temporary" }
ic-config = { path = "../../config" }

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
ic-state-machine-tests = { path = "../../state_machine_tests" }
ic-nns-test-utils = { path = "../../nns/test_utils" }
canister-test = { path = "../../rust_canisters/canister_test" }
dfn_candid = { path = "../../rust_canisters/dfn_candid" }
ic-config = { path = "../../config" }
canister-test = { path = "../../rust_canisters/canister_test" }

0 comments on commit 52d16c3

Please sign in to comment.