Update GRDB
This commit is contained in:
parent
dacc385217
commit
60947b015f
|
@ -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("cc7ea5f")),
|
.package(name: "GRDB", url: "https://github.com/metabolist/GRDB.swift.git", .revision("0a438ba")),
|
||||||
.package(path: "Mastodon"),
|
.package(path: "Mastodon"),
|
||||||
.package(path: "Secrets")
|
.package(path: "Secrets")
|
||||||
],
|
],
|
||||||
|
|
|
@ -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": "cc7ea5f",
|
"branch": "0a438ba",
|
||||||
"revision": "cc7ea5f68d4362d8cdc6a07bbe482d9c20807d38",
|
"revision": "0a438ba6004bce382ffc200b7fd3ed81d8b733d8",
|
||||||
"version": null
|
"version": null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue