Update GRDB

This commit is contained in:
Justin Mazzocchi 2020-10-06 23:51:09 -07:00
parent feef7d794d
commit da62bb6743
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("0a438ba")),
.package(name: "GRDB", url: "https://github.com/metabolist/GRDB.swift.git", .revision("dc09b03")),
.package(path: "Mastodon"),
.package(path: "Secrets")
],

View File

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