mirror of
https://github.com/metabolist/metatext.git
synced 2024-11-11 19:11:00 +00:00
Update GRDB
This commit is contained in:
parent
579f64f089
commit
238d83a9f7
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ let package = Package(
|
||||||
targets: ["DB"])
|
targets: ["DB"])
|
||||||
],
|
],
|
||||||
dependencies: [
|
dependencies: [
|
||||||
.package(name: "GRDB", url: "https://github.com/metabolist/GRDB.swift.git", .revision("ae781bc")),
|
.package(name: "GRDB", url: "https://github.com/metabolist/GRDB.swift.git", .revision("1becfa3")),
|
||||||
.package(path: "Mastodon"),
|
.package(path: "Mastodon"),
|
||||||
.package(path: "Secrets")
|
.package(path: "Secrets")
|
||||||
],
|
],
|
||||||
|
|
|
@ -14,8 +14,8 @@
|
||||||
"package": "GRDB",
|
"package": "GRDB",
|
||||||
"repositoryURL": "https://github.com/metabolist/GRDB.swift.git",
|
"repositoryURL": "https://github.com/metabolist/GRDB.swift.git",
|
||||||
"state": {
|
"state": {
|
||||||
"branch": "ae781bc",
|
"branch": "1becfa3",
|
||||||
"revision": "ae781bcaa50c4ebce49979b33cea11bcc1bc74b6",
|
"revision": "1becfa3245e9f086e56674ab93446fbd7ff46490",
|
||||||
"version": null
|
"version": null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue