diff --git a/pallas-math/Cargo.toml b/pallas-math/Cargo.toml index 4a21e9f..c9c9d9a 100644 --- a/pallas-math/Cargo.toml +++ b/pallas-math/Cargo.toml @@ -10,8 +10,9 @@ license = "Apache-2.0" readme = "README.md" authors = ["Andrew Westberg "] + [dependencies] -rug = "1.24.1" +# rug = "1.24.1" [dev-dependencies] quickcheck = "1.0"