mirror of
https://codeberg.org/secana/Forji.git
synced 2026-06-16 05:13:55 -07:00
chore: update ForgejoKit to 0.6.1
This commit is contained in:
parent
a93130ee09
commit
6faf3ad986
4 changed files with 7 additions and 7 deletions
|
|
@ -639,7 +639,7 @@
|
|||
repositoryURL = "https://codeberg.org/secana/ForgejoKit.git";
|
||||
requirement = {
|
||||
kind = exactVersion;
|
||||
version = 0.6.0;
|
||||
version = 0.6.1;
|
||||
};
|
||||
};
|
||||
DEC49F6B2F3D00C700E7DD54 /* XCRemoteSwiftPackageReference "textual" */ = {
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://codeberg.org/secana/ForgejoKit.git",
|
||||
"state" : {
|
||||
"revision" : "2ab5808c34838a59fd46106dd13925b9197c3a6c",
|
||||
"version" : "0.6.0"
|
||||
"revision" : "7352bc4b1fcfae735ba0008e1e376906c27b9844",
|
||||
"version" : "0.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"originHash" : "3df7ce4a2960b9a85054ca79972316bf3a5f238aaccbf978629cc96ffbeb0b5a",
|
||||
"originHash" : "3de93078233e3d235402dee817c2fe74a7959fbf4120a66c390f922e560eca49",
|
||||
"pins" : [
|
||||
{
|
||||
"identity" : "forgejokit",
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://codeberg.org/secana/ForgejoKit.git",
|
||||
"state" : {
|
||||
"revision" : "2ab5808c34838a59fd46106dd13925b9197c3a6c",
|
||||
"version" : "0.6.0"
|
||||
"revision" : "7352bc4b1fcfae735ba0008e1e376906c27b9844",
|
||||
"version" : "0.6.1"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ let package = Package(
|
|||
.macOS(.v15),
|
||||
],
|
||||
dependencies: [
|
||||
.package(url: "https://codeberg.org/secana/ForgejoKit.git", from: "0.6.0"),
|
||||
.package(url: "https://codeberg.org/secana/ForgejoKit.git", from: "0.6.1"),
|
||||
],
|
||||
targets: [
|
||||
.executableTarget(
|
||||
|
|
|
|||
Loading…
Reference in a new issue