Skip to content

Commit aed6bf7

Browse files
authored
Fix CSQLite dependency (#100)
1 parent 72cc9cb commit aed6bf7

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.8.1
4+
5+
* Pin dependency on `CSQLite` to avoid "unstable version package" errors.
6+
37
## 1.8.0
48

59
* Enable the `newClientImplementation` by default. This should improve performance and memory usage.

Package.resolved

Lines changed: 4 additions & 3 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: "https://github.com/powersync-ja/CSQLite.git", revision: "3.51.1")
80+
.package(url: "https://github.com/powersync-ja/CSQLite.git", exact: "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)