From 1b32e76a5523870722b14745c0c65f7a6f8d1282 Mon Sep 17 00:00:00 2001 From: gnxlxnxx Date: Tue, 23 Jun 2020 20:29:03 +0200 Subject: [PATCH] Use euclid from github --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fd4924f..36806a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,10 @@ edition = "2018" [dependencies] -euclid = "0.20.11" thiserror = "1.0" +[dependencies.euclid] +git = "https://github.com/servo/euclid.git" +rev = "1a8b95d46fa33978f7a6dcbb7a4c0f2a0550a1c9" + [dev-dependencies]