Update GRDB

This commit is contained in:
Justin Mazzocchi 2020-09-27 17:57:13 -07:00
parent dacc385217
commit 60947b015f
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("cc7ea5f")),
.package(name: "GRDB", url: "https://github.com/metabolist/GRDB.swift.git", .revision("0a438ba")),
.package(path: "Mastodon"),
.package(path: "Secrets")
],

View File

@ -14,8 +14,8 @@
"package": "GRDB",
"repositoryURL": "https://github.com/metabolist/GRDB.swift.git",
"state": {
"branch": "cc7ea5f",
"revision": "cc7ea5f68d4362d8cdc6a07bbe482d9c20807d38",
"branch": "0a438ba",
"revision": "0a438ba6004bce382ffc200b7fd3ed81d8b733d8",
"version": null
}
},