Update GRDB

This commit is contained in:
Justin Mazzocchi 2020-11-02 14:43:15 -08:00
parent 7840a35e29
commit df15a8e8af
No known key found for this signature in database
GPG Key ID: E223E6937AAFB01C
2 changed files with 3 additions and 3 deletions

View File

@ -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")
],

View File

@ -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
}
},