Fix not building with latest SQLite.swift
This commit is contained in:
parent
cd48784024
commit
8cf39abcef
@ -1,4 +1,4 @@
|
||||
// swift-tools-version: 6.0
|
||||
// swift-tools-version: 6.1
|
||||
//
|
||||
// Package.swift
|
||||
// meta-sqlite
|
||||
@ -23,7 +23,8 @@ let package = Package(
|
||||
],
|
||||
dependencies: [
|
||||
.package(url: "https://git.aparoksha.dev/aparoksha/meta", from: "0.1.0"),
|
||||
.package(url: "https://github.com/stephencelis/SQLite.swift", from: "0.15.3")
|
||||
.package(url: "https://github.com/stephencelis/CSQLite", from: "3.50.4"),
|
||||
.package(url: "https://github.com/stephencelis/SQLite.swift", from: "0.15.3", traits: [.defaults, "SQLiteSwiftCSQLite"])
|
||||
],
|
||||
targets: [
|
||||
.target(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user