From 6e6edacafcf7261525d58b20b6e3586783171a03 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 22 Mar 2021 17:22:06 -0400 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c919b66..c270ae6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lucas_lehmer" -version = "0.1.0" +version = "0.1.1" authors = ["Alexander Kluth "] readme = "README.md" categories = [ "algorithms", "science" ] @@ -16,6 +16,6 @@ travis-ci = { repository = "deralex/lucas_lehmer" } maintenance = { status = "actively-developed" } [dependencies] -ramp = "0.5.1" -primal = "0.2.3" -num-integer = "0.1.39" \ No newline at end of file +ramp = "0.5.9" +primal = "0.3.0" +num-integer = "0.1.44"