From 348a970e729cdcd4f366ac9cb0c84e293a895ce9 Mon Sep 17 00:00:00 2001 From: Nicolas Silva Date: Fri, 14 Nov 2025 00:55:17 +0100 Subject: [PATCH] lyon_geom 1.0.18 --- Cargo.lock | 2 +- crates/geom/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f9dc6d49..75d4f99a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1195,7 +1195,7 @@ dependencies = [ [[package]] name = "lyon_geom" -version = "1.0.17" +version = "1.0.18" dependencies = [ "arrayvec", "euclid", diff --git a/crates/geom/Cargo.toml b/crates/geom/Cargo.toml index 5f4061fe..5e39b9d8 100644 --- a/crates/geom/Cargo.toml +++ b/crates/geom/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lyon_geom" -version = "1.0.17" +version = "1.0.18" description = "2D quadratic and cubic bézier arcs and line segment math on top of euclid." authors = ["Nicolas Silva "] repository = "https://github.com/nical/lyon"