From e0754852d0828caf402217fcb767d076ec1b6d6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20H=C3=BCgel?= Date: Tue, 15 Feb 2022 16:50:08 +0000 Subject: [PATCH] Version bump to fix macOS XCode minor version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d71579a3..b600d606 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rdp" -version = "0.12.2" +version = "0.12.3" authors = ["Stephan Hügel "] description = "An FFI wrapper for the Ramer–Douglas–Peucker and Visvalingam-Whyatt algorithms" readme = "README.md"