File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- // swift-tools-version: 5.7
1
+ // swift-tools-version: 6.0
2
2
// The swift-tools-version declares the minimum version of Swift required to build this package.
3
3
4
4
import PackageDescription
@@ -15,8 +15,8 @@ let package = Package(
15
15
targets: [
16
16
. binaryTarget(
17
17
name: " GRDB " ,
18
- url: " https://github.com/inline-chat/GRDB.swift/releases/download/3.1.0 /GRDB.xcframework.zip " ,
19
- checksum: " f6fa67a7ae52c99f96f7859e506c2186e30313c92a50dd7f7a9303af2b5a7bf3 "
18
+ url: " https://github.com/inline-chat/GRDB.swift/releases/download/3.1.1 /GRDB.xcframework.zip " ,
19
+ checksum: " d0cb96c05a0605b435b74e6f56470b9f175cd53db42c968a7ac1af7b67b34e3c "
20
20
) ,
21
21
. target( name: " _GRDBDummy " )
22
22
]
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ The default branch for this repository is `main` (as opposed to upstream's `mast
8
8
9
9
## Version
10
10
11
- * This Package: * 3.1.0 *
11
+ * This Package: * 3.1.1 *
12
12
* GRDB: * 7.4.1*
13
13
* SQLCipher: * 4.7.0*
14
14
You can’t perform that action at this time.
0 commit comments