Skip to content

Commit

Permalink
Update library
Browse files Browse the repository at this point in the history
  • Loading branch information
keeshux committed Nov 17, 2024
1 parent 134dab8 commit 1338f08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"kind" : "remoteSourceControl",
"location" : "git@github.com:passepartoutvpn/passepartoutkit-source",
"state" : {
"revision" : "f1e33b960354abb8128d75914cb12e1d7b46430f"
"revision" : "a78b674770acb517740ef2b99d4ee491df361f08"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Passepartout/Library/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ let package = Package(
],
dependencies: [
// .package(url: "git@github.com:passepartoutvpn/passepartoutkit-source", from: "0.11.0"),
.package(url: "git@github.com:passepartoutvpn/passepartoutkit-source", revision: "f1e33b960354abb8128d75914cb12e1d7b46430f"),
.package(url: "git@github.com:passepartoutvpn/passepartoutkit-source", revision: "a78b674770acb517740ef2b99d4ee491df361f08"),
// .package(path: "../../../passepartoutkit-source"),
.package(url: "git@github.com:passepartoutvpn/passepartoutkit-source-openvpn-openssl", from: "0.9.1"),
// .package(url: "git@github.com:passepartoutvpn/passepartoutkit-source-openvpn-openssl", revision: "031863a1cd683962a7dfe68e20b91fa820a1ecce"),
Expand Down

0 comments on commit 1338f08

Please sign in to comment.