We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3345380 commit 27d25b8Copy full SHA for 27d25b8
1 file changed
Package.swift
@@ -60,9 +60,7 @@ let package = Package(
60
],
61
dependencies: [
62
.package(url: "https://github.com/swiftlang/swift-toolchain-sqlite", from: "1.0.7"),
63
- .package(url: "https://github.com/stephencelis/CSQLite",
64
- branch: "SQLite.swift",
65
- traits: [.trait(name: "FTS5", condition: .when(traits: ["FTS5"]))]),
+ .package(url: "https://github.com/stephencelis/CSQLite", from: "3.50.4", traits: [.trait(name: "FTS5", condition: .when(traits: ["FTS5"]))]),
66
.package(url: "https://github.com/sqlcipher/SQLCipher.swift", from: "4.11.0")
67
68
targets: [target, testTarget],
0 commit comments