From c777ae700606ff9eaefe0e08082d7a848def98de Mon Sep 17 00:00:00 2001 From: gnxlxnxx Date: Fri, 10 Jul 2020 15:51:36 +0200 Subject: [PATCH] Update Version and use euclid from crates --- Cargo.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 36806a7..5cbb157 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dubins_path" description = "Dubins Path pathfinding algorithm" -version = "0.0.1" +version = "0.0.2" homepage = "https://github.com/gnxlxnxx/dubins_path" repository = "https://github.com/gnxlxnxx/dubins_path" documentation = "https://docs.rs/dubins_path" @@ -16,9 +16,6 @@ edition = "2018" [dependencies] thiserror = "1.0" - -[dependencies.euclid] -git = "https://github.com/servo/euclid.git" -rev = "1a8b95d46fa33978f7a6dcbb7a4c0f2a0550a1c9" +euclid = "0.20.14" [dev-dependencies]