Skip to content

Commit

Permalink
fix: add contract_b as a dep of contract_c
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed May 23, 2024
1 parent 8a06c7d commit 650a692
Show file tree
Hide file tree
Showing 2 changed files with 2 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.

1 change: 1 addition & 0 deletions examples/cross_contract/contract_c/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ doctest = false
loam-sdk = { workspace = true }
smartdeploy-sdk = { workspace = true }
contract-a = { path = "../contract_a" }
contract-b = { path = "../contract_b" }


[dev_dependencies]
Expand Down

0 comments on commit 650a692

Please sign in to comment.