We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb4e1e1 commit 62de691Copy full SHA for 62de691
2 files changed
.github/workflows/test.yml
@@ -88,7 +88,7 @@ jobs:
88
if: matrix.target == 'aarch64-apple-darwin'
89
run: |
90
xcodebuild -showsdks
91
- SDKROOT=$(xcrun -sdk macosx14.0 --show-sdk-path)
+ SDKROOT=$(xcrun -sdk macosx14.5 --show-sdk-path)
92
- uses: actions/checkout@v4
93
- uses: dtolnay/rust-toolchain@stable
94
with:
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rdp"
3
-version = "0.14.0"
+version = "0.14.1"
4
authors = ["Stephan Hügel <urschrei@gmail.com>"]
5
description = "An FFI wrapper for the Ramer–Douglas–Peucker and Visvalingam-Whyatt algorithms"
6
readme = "README.md"
0 commit comments