Skip to content

Commit eb02ee5

Browse files
committed
fix: Missing package product
1 parent 0a195c2 commit eb02ee5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ let package = Package(
4343
.target(
4444
name: "CombineInterceptionMacros",
4545
dependencies: [
46+
.target(name: "CombineInterception"),
4647
.product(
4748
name: "_InterceptionMacros",
4849
package: "swift-interception"

0 commit comments

Comments
 (0)