diff --git a/Cargo.lock b/Cargo.lock index 37709047..a247afc6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1116,7 +1116,7 @@ dependencies = [ [[package]] name = "lyon_extra" -version = "1.0.1" +version = "1.0.2" dependencies = [ "lyon_path", "thiserror", @@ -1143,7 +1143,7 @@ dependencies = [ [[package]] name = "lyon_tessellation" -version = "1.0.13" +version = "1.0.14" dependencies = [ "float_next_after", "lyon_extra", diff --git a/crates/extra/Cargo.toml b/crates/extra/Cargo.toml index e2914907..37501da4 100644 --- a/crates/extra/Cargo.toml +++ b/crates/extra/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lyon_extra" -version = "1.0.1" +version = "1.0.2" description = "Various optional utilities for the lyon crate." authors = ["Nicolas Silva "] repository = "https://github.com/nical/lyon" diff --git a/crates/tessellation/Cargo.toml b/crates/tessellation/Cargo.toml index 5cf6d9ec..e27c9175 100644 --- a/crates/tessellation/Cargo.toml +++ b/crates/tessellation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lyon_tessellation" -version = "1.0.13" +version = "1.0.14" description = "A low level path tessellation library." authors = ["Nicolas Silva "] repository = "https://github.com/nical/lyon"