Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Jun 30, 2023
1 parent 88a4714 commit 3a2a8ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rdp"
version = "0.12.6"
version = "0.12.7"
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 @@ -12,9 +12,9 @@ license = "MIT"
edition = "2021"

[dependencies]
libc = "0.2.140"
geo = "0.24.1"
geo-types = "0.7.0"
libc = "0.2.147"
geo = "0.25.1"
geo-types = "0.7.10"
num-traits = "0.2.15"

[dev-dependencies]
Expand Down

0 comments on commit 3a2a8ce

Please sign in to comment.