Skip to content

Commit 0e3001d

Browse files
committed
Depend on released version of password generator package otherwise our package can't be used. Also in Package.swift, not only Xcode project.
1 parent d4c170c commit 0e3001d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let package = Package(
2020
.package(
2121
name: "RandomPasswordGenerator",
2222
url: "https://github.com/yukanamori/RandomPasswordGenerator.git",
23-
.branch("main")
23+
.exact("0.1.0")
2424
)
2525
],
2626
targets: [

0 commit comments

Comments
 (0)