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"]) targets: ["DB"])
], ],
dependencies: [ 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: "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": "dc09b03", "branch": "37bd5e6",
"revision": "dc09b033f649f0df0958fa80f777e247b31228f9", "revision": "37bd5e62d0c7051a8dbb28ed90b05b0e17d3d0f6",
"version": null "version": null
} }
}, },