mirror of
https://github.com/metabolist/metatext.git
synced 2024-11-06 00:39:31 +00:00
Update GRDB
This commit is contained in:
parent
feef7d794d
commit
da62bb6743
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ let package = Package(
|
|||
targets: ["DB"])
|
||||
],
|
||||
dependencies: [
|
||||
.package(name: "GRDB", url: "https://github.com/metabolist/GRDB.swift.git", .revision("0a438ba")),
|
||||
.package(name: "GRDB", url: "https://github.com/metabolist/GRDB.swift.git", .revision("dc09b03")),
|
||||
.package(path: "Mastodon"),
|
||||
.package(path: "Secrets")
|
||||
],
|
||||
|
|
|
@ -14,8 +14,8 @@
|
|||
"package": "GRDB",
|
||||
"repositoryURL": "https://github.com/metabolist/GRDB.swift.git",
|
||||
"state": {
|
||||
"branch": "0a438ba",
|
||||
"revision": "0a438ba6004bce382ffc200b7fd3ed81d8b733d8",
|
||||
"branch": "dc09b03",
|
||||
"revision": "dc09b033f649f0df0958fa80f777e247b31228f9",
|
||||
"version": null
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue