Skip to content

Commit

Permalink
fix(node): fix missing dependencies for shallow_size_of (#3806)
Browse files Browse the repository at this point in the history
  • Loading branch information
muXxer authored Oct 31, 2024
1 parent 5514b64 commit 34a31c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

7 changes: 7 additions & 0 deletions crates/iota-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ shared-crypto.workspace = true
typed-store-error.workspace = true

[dev-dependencies]
# external dependencies
async-trait.workspace = true
bincode.workspace = true
coset.workspace = true
Expand All @@ -94,6 +95,9 @@ serde_yaml.workspace = true
tokio.workspace = true
url.workspace = true

# internal dependencies
iota-util-mem.workspace = true

[[bench]]
name = "accumulator_bench"
harness = false
Expand All @@ -107,3 +111,6 @@ gas-profiler = [
"move-vm-types/gas-profiler",
]
fuzzing = ["move-core-types/fuzzing", "dep:proptest-derive", "dep:proptest"]

[package.metadata.cargo-udeps.ignore]
development = ["iota-util-mem"]

0 comments on commit 34a31c6

Please sign in to comment.