mirror of
https://github.com/metabolist/metatext.git
synced 2024-11-22 08:10:59 +00:00
Update GRDB
This commit is contained in:
parent
21f09b13e6
commit
92bc777a7e
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ let package = Package(
|
|||
targets: ["DB"])
|
||||
],
|
||||
dependencies: [
|
||||
.package(name: "GRDB", url: "https://github.com/metabolist/GRDB.swift.git", .revision("3a72e6b")),
|
||||
.package(name: "GRDB", url: "https://github.com/metabolist/GRDB.swift.git", .revision("cc7ea5f")),
|
||||
.package(path: "Mastodon"),
|
||||
.package(path: "Secrets")
|
||||
],
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
"package": "GRDB",
|
||||
"repositoryURL": "https://github.com/metabolist/GRDB.swift.git",
|
||||
"state": {
|
||||
"branch": "3a72e6b",
|
||||
"revision": "3a72e6b1f57bfd3ab16d3ca262aa64b93b439bc2",
|
||||
"branch": "cc7ea5f",
|
||||
"revision": "cc7ea5f68d4362d8cdc6a07bbe482d9c20807d38",
|
||||
"version": null
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue