Skip to content

Commit c4997da

Browse files
committed
Use stable CSQLite release
1 parent c0eff8f commit c4997da

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

Demo/PowerSyncExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.resolved

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ let package = Package(
7777
),
7878
],
7979
dependencies: conditionalDependencies + [
80-
.package(url: "git@github.com:powersync-ja/CSQLite.git", revision: "init")
80+
.package(url: "git@github.com:powersync-ja/CSQLite.git", revision: "3.51.1")
8181
],
8282
targets: [
8383
// Targets are the basic building blocks of a package, defining a module or a test suite.

0 commit comments

Comments
 (0)