Update GRDB

This commit is contained in:
Justin Mazzocchi 2020-11-30 17:15:06 -08:00
parent 579f64f089
commit 238d83a9f7
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("ae781bc")),
.package(name: "GRDB", url: "https://github.com/metabolist/GRDB.swift.git", .revision("1becfa3")),
.package(path: "Mastodon"),
.package(path: "Secrets")
],

View file

@ -14,8 +14,8 @@
"package": "GRDB",
"repositoryURL": "https://github.com/metabolist/GRDB.swift.git",
"state": {
"branch": "ae781bc",
"revision": "ae781bcaa50c4ebce49979b33cea11bcc1bc74b6",
"branch": "1becfa3",
"revision": "1becfa3245e9f086e56674ab93446fbd7ff46490",
"version": null
}
},