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
ed82cffd91
commit
2b8f29d397
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("dc09b03")),
|
||||
.package(name: "GRDB", url: "https://github.com/metabolist/GRDB.swift.git", .revision("37bd5e6")),
|
||||
.package(path: "Mastodon"),
|
||||
.package(path: "Secrets")
|
||||
],
|
||||
|
|
|
@ -14,8 +14,8 @@
|
|||
"package": "GRDB",
|
||||
"repositoryURL": "https://github.com/metabolist/GRDB.swift.git",
|
||||
"state": {
|
||||
"branch": "dc09b03",
|
||||
"revision": "dc09b033f649f0df0958fa80f777e247b31228f9",
|
||||
"branch": "37bd5e6",
|
||||
"revision": "37bd5e62d0c7051a8dbb28ed90b05b0e17d3d0f6",
|
||||
"version": null
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue