diff --git a/crates/path/Cargo.toml b/crates/path/Cargo.toml index 05f51f0f..6f737476 100644 --- a/crates/path/Cargo.toml +++ b/crates/path/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lyon_path" -version = "1.0.4" +version = "1.0.5" description = "Types and utilities to store, build and iterate over 2D paths." authors = ["Nicolas Silva "] repository = "https://github.com/nical/lyon"