We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67fe6a1 commit 27cb90bCopy full SHA for 27cb90b
Package.swift
@@ -22,7 +22,7 @@ let package = Package(
22
],
23
dependencies: [
24
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.16.0"),
25
- .package(url: "https://github.com/hummingbird-project/postgres-migrations", from: "1.0.0"),
+ .package(url: "https://github.com/hummingbird-project/postgres-migrations", from: "1.1.0"),
26
.package(url: "https://github.com/vapor/postgres-nio", from: "1.29.0"),
27
28
targets: [
0 commit comments