Skip to content

Commit 389e789

Browse files
committed
Use release 2.6.3 of swift-service-lifecycle
1 parent ff87616 commit 389e789

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Package.resolved

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"originHash" : "ac441ff50e7be5acc35ae5b89ad0806a003dbf73a5f54e52c0ad7eb4e5f1b74b",
2+
"originHash" : "2388660f44e97cdad8c080f19deae35ba3ff47fa062a1a4a0ca0a34e31627450",
33
"pins" : [
44
{
55
"identity" : "swift-argument-parser",
@@ -42,7 +42,8 @@
4242
"kind" : "remoteSourceControl",
4343
"location" : "https://github.com/swift-server/swift-service-lifecycle.git",
4444
"state" : {
45-
"revision" : "a6a4bc71ccfa2fd4e33ca247855df139d904d51f"
45+
"revision" : "c2e97cf6f81510f2d6b4a69453861db65d478560",
46+
"version" : "2.6.3"
4647
}
4748
}
4849
],

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
.package(url: "https://github.com/apple/swift-async-algorithms", from: "1.0.0"),
1616
.package(
1717
url: "https://github.com/swift-server/swift-service-lifecycle.git",
18-
revision: "a6a4bc71ccfa2fd4e33ca247855df139d904d51f"
18+
from: "2.6.3"
1919
),
2020
],
2121
targets: [

0 commit comments

Comments
 (0)