Update GRDB

This commit is contained in:
Justin Mazzocchi 2021-04-25 12:48:51 -07:00
parent 97bcbf56d5
commit 5b2b4f7a26
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("7bef937")), .package(name: "GRDB", url: "https://github.com/metabolist/GRDB.swift.git", .revision("c326f8b")),
.package(path: "Mastodon"), .package(path: "Mastodon"),
.package(path: "Secrets") .package(path: "Secrets")
], ],

View File

@ -41,8 +41,8 @@
"package": "GRDB", "package": "GRDB",
"repositoryURL": "https://github.com/metabolist/GRDB.swift.git", "repositoryURL": "https://github.com/metabolist/GRDB.swift.git",
"state": { "state": {
"branch": "7bef937", "branch": "c326f8b",
"revision": "7bef937a4fcfa01b52eee2ad720b154027beda29", "revision": "c326f8bf11ada58f1958e11ae151802c78142f42",
"version": null "version": null
} }
}, },