Update GRDB

This commit is contained in:
Justin Mazzocchi 2020-10-28 17:48:15 -07:00
parent ed82cffd91
commit 2b8f29d397
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("dc09b03")),
.package(name: "GRDB", url: "https://github.com/metabolist/GRDB.swift.git", .revision("37bd5e6")),
.package(path: "Mastodon"),
.package(path: "Secrets")
],

View file

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