Update GRDB

This commit is contained in:
Justin Mazzocchi 2020-09-21 00:12:25 -07:00
parent 21f09b13e6
commit 92bc777a7e
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("3a72e6b")),
.package(name: "GRDB", url: "https://github.com/metabolist/GRDB.swift.git", .revision("cc7ea5f")),
.package(path: "Mastodon"),
.package(path: "Secrets")
],

View File

@ -23,8 +23,8 @@
"package": "GRDB",
"repositoryURL": "https://github.com/metabolist/GRDB.swift.git",
"state": {
"branch": "3a72e6b",
"revision": "3a72e6b1f57bfd3ab16d3ca262aa64b93b439bc2",
"branch": "cc7ea5f",
"revision": "cc7ea5f68d4362d8cdc6a07bbe482d9c20807d38",
"version": null
}
},