Skip to content

Commit 3778aa8

Browse files
authored
migrations 1.0.0-rc (#51)
1 parent a6ed332 commit 3778aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
],
1414
dependencies: [
1515
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.5.0"),
16-
.package(url: "https://github.com/hummingbird-project/postgres-migrations", from: "0.1.0"),
16+
.package(url: "https://github.com/hummingbird-project/postgres-migrations", from: "1.0.0-rc"),
1717
.package(url: "https://github.com/vapor/postgres-nio", from: "1.25.0"),
1818
],
1919
targets: [

0 commit comments

Comments
 (0)