Skip to content

Commit

Permalink
Incorporate upstream rdp bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Mar 24, 2023
1 parent 7eee140 commit d405570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rdp"
version = "0.12.5"
version = "0.12.6"
authors = ["Stephan Hügel <urschrei@gmail.com>"]
description = "An FFI wrapper for the Ramer–Douglas–Peucker and Visvalingam-Whyatt algorithms"
readme = "README.md"
Expand All @@ -13,7 +13,7 @@ edition = "2021"

[dependencies]
libc = "0.2.140"
geo = "0.24.0"
geo = "0.24.1"
geo-types = "0.7.0"
num-traits = "0.2.15"

Expand Down

0 comments on commit d405570

Please sign in to comment.