We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7fae83 commit b68d34aCopy full SHA for b68d34a
1 file changed
Package.swift
@@ -14,8 +14,8 @@ let package = Package(
14
targets: [
15
.binaryTarget(
16
name: "vectorBinary",
17
- url: "https://github.com/sqliteai/sqlite-vector/releases/download/0.9.95/vector-apple-xcframework-0.9.95.zip",
18
- checksum: "db4a3a733ff6d719c18a4692b5cbab80327daff004d8199cb53a198cb5072e85"
+ url: "https://github.com/sqliteai/sqlite-vector/releases/download/1.0.0/vector-apple-xcframework-1.0.0.zip",
+ checksum: "26962a269a0e7f5da3fca421c7c43a9d7542367ccadb898f8e4fc057ad18a18c"
19
),
20
.target(
21
name: "vector",
0 commit comments