Skip to content

Commit

Permalink
Pin vapor until dankinsoid/VaporToOpenAPI#16 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
finestructure committed Nov 13, 2023
1 parent 62bf07e commit efecf88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@
{
"identity" : "swift-numerics",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-numerics.git",
"location" : "https://github.com/apple/swift-numerics",
"state" : {
"revision" : "0a5bc04095a675662cf24757cc0640aa2204253b",
"version" : "1.0.2"
Expand Down Expand Up @@ -464,8 +464,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/vapor/vapor.git",
"state" : {
"revision" : "d682e05fdb64c9f7da01af096a73cd11bb7ab755",
"version" : "4.86.2"
"revision" : "0fa646e517dff34aa5d0ae12d221021ec07a801d",
"version" : "4.85.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ let package = Package(
.package(url: "https://github.com/vapor/fluent-postgres-driver.git", from: "2.0.0"),
.package(url: "https://github.com/vapor/fluent.git", from: "4.0.0"),
.package(url: "https://github.com/vapor/jwt-kit", from: "4.13.0"),
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0"),
.package(url: "https://github.com/vapor/vapor.git", exact: "4.85.1"),
],
targets: [
.executableTarget(name: "Run", dependencies: ["App"]),
Expand Down

0 comments on commit efecf88

Please sign in to comment.