Skip to content

Commit 6183903

Browse files
committed
Limit ZeeQL package dep range
... it still builds w/ an older version.
1 parent 5ae9e31 commit 6183903

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ let package = Package(
1818
.package(url: "https://github.com/DirectToSwift/SwiftUIRules.git",
1919
from: "0.2.0"),
2020
.package(url: "https://github.com/ZeeQL/ZeeQL3.git",
21-
from: "0.9.4"),
21+
"0.9.4"..."0.9.8"),
2222
.package(url: "https://github.com/ZeeQL/ZeeQL3Combine.git",
23-
from: "0.1.5")
23+
"0.1.5"..."0.1.5")
2424
],
2525

2626
targets: [

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111

1212
_Going fully declarative_: Direct to SwiftUI.
1313

14+
Note(2024-12-09): This doesn't currently build against the current ZeeQL3
15+
anymore.
16+
1417
**Direct to SwiftUI**
1518
is an adaption of an old
1619
[WebObjects](https://en.wikipedia.org/wiki/WebObjects)

0 commit comments

Comments
 (0)