mirror of
https://github.com/metabolist/metatext.git
synced 2024-11-22 08:10:59 +00:00
Update GRDB
This commit is contained in:
parent
7840a35e29
commit
df15a8e8af
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("37bd5e6")),
|
||||
.package(name: "GRDB", url: "https://github.com/metabolist/GRDB.swift.git", .revision("ae781bc")),
|
||||
.package(path: "Mastodon"),
|
||||
.package(path: "Secrets")
|
||||
],
|
||||
|
|
|
@ -14,8 +14,8 @@
|
|||
"package": "GRDB",
|
||||
"repositoryURL": "https://github.com/metabolist/GRDB.swift.git",
|
||||
"state": {
|
||||
"branch": "37bd5e6",
|
||||
"revision": "37bd5e62d0c7051a8dbb28ed90b05b0e17d3d0f6",
|
||||
"branch": "ae781bc",
|
||||
"revision": "ae781bcaa50c4ebce49979b33cea11bcc1bc74b6",
|
||||
"version": null
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue