Skip to content

Commit

Permalink
Removed unsafe flags
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrukowski committed Aug 22, 2024
1 parent ff00bcd commit dccf9ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ let package = Package(
),
.target(
name: "CSQLiteVec",
publicHeadersPath: "include",
cSettings: [
.unsafeFlags(["-w"]),
]
publicHeadersPath: "include"
),
.testTarget(
name: "SQLiteVecTests",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The [Swift Package Manager](https://www.swift.org/documentation/package-manager/

```swift
dependencies: [
.package(url: "https://github.com/jkrukowski/SQLiteVec", from: "0.0.5")
.package(url: "https://github.com/jkrukowski/SQLiteVec", from: "0.0.6")
]
```

Expand Down

0 comments on commit dccf9ae

Please sign in to comment.