Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
marcprux committed Feb 21, 2024
1 parent 26b2a4f commit 4c99123
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.3.2

Released 2024-02-21

- Add withFFIDataPointer and withFFIStringPointer

## 0.3.1

Released 2024-02-20
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -9,8 +9,8 @@ let package = Package(
.library(name: "SkipFFI", targets: ["SkipFFI"]),
],
dependencies: [
.package(url: "https://source.skip.tools/skip.git", from: "0.8.14"),
.package(url: "https://source.skip.tools/skip-foundation.git", from: "0.5.7")
.package(url: "https://source.skip.tools/skip.git", from: "0.8.15"),
.package(url: "https://source.skip.tools/skip-foundation.git", from: "0.5.8")
],
targets: [
.target(name: "SkipFFI", dependencies: [.product(name: "SkipFoundation", package: "skip-foundation")], plugins: [.plugin(name: "skipstone", package: "skip")]),

0 comments on commit 4c99123

Please sign in to comment.