Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Ref #6646: Update GuardianConnect to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iccub committed Apr 14, 2023
1 parent ffac5e7 commit 8a25304
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/GuardianFirewall/GuardianConnect",
"state" : {
"revision" : "cd7c65c1da9ffc831372e7bd9ade0b2971a0b0a7",
"version" : "1.8.0"
"revision" : "d1abba7137a4b61d9a1a8bb7aeba01a7c8d83378",
"version" : "1.8.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ var package = Package(
.package(url: "https://github.com/apple/swift-algorithms", from: "1.0.0"),
.package(url: "https://github.com/devxoul/Then", from: "2.7.0"),
.package(url: "https://github.com/mkrd/Swift-BigInt", from: "2.0.0"),
.package(url: "https://github.com/GuardianFirewall/GuardianConnect", exact: "1.8.0"),
.package(url: "https://github.com/GuardianFirewall/GuardianConnect", exact: "1.8.1"),
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "0.6.0"),
.package(name: "Static", path: "ThirdParty/Static"),
],
Expand Down

0 comments on commit 8a25304

Please # to comment.