Skip to content

Commit 9e9598c

Browse files
authored
fix: compare deployed package contents (#10590)
1 parent 895b3c0 commit 9e9598c

10 files changed

Lines changed: 1663 additions & 120 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/homeboy-release/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ path = "src/lib.rs"
1212

1313
[dependencies]
1414
homeboy-core = { version = "0.1.0", path = "../homeboy-core" }
15+
homeboy-paths = { version = "0.1.0", path = "../homeboy-paths" }
1516
homeboy-engine-primitives = { version = "0.1.0", path = "../homeboy-engine-primitives" }
1617
homeboy-extension = { version = "0.1.0", path = "../homeboy-extension" }
1718
homeboy-release-contract = { version = "0.1.0", path = "../contracts/homeboy-release-contract" }

0 commit comments

Comments
 (0)