Skip to content

Commit 27d25b8

Browse files
committed
Use version, not branch
1 parent 3345380 commit 27d25b8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Package.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@ let package = Package(
6060
],
6161
dependencies: [
6262
.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"]))]),
63+
.package(url: "https://github.com/stephencelis/CSQLite", from: "3.50.4", traits: [.trait(name: "FTS5", condition: .when(traits: ["FTS5"]))]),
6664
.package(url: "https://github.com/sqlcipher/SQLCipher.swift", from: "4.11.0")
6765
],
6866
targets: [target, testTarget],

0 commit comments

Comments
 (0)