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]