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"]) targets: ["DB"])
], ],
dependencies: [ 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: "Mastodon"),
.package(path: "Secrets") .package(path: "Secrets")
], ],

View file

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