From f555ff050d72caa00a390dba92d54dcb57970e03 Mon Sep 17 00:00:00 2001 From: Jacob Zhong Date: Sun, 9 Oct 2022 18:16:56 -0400 Subject: [PATCH] Publish a bug fix version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a1e85ca..1307972 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "num-prime" -version = "0.4.1" +version = "0.4.2" edition = "2018" repository = "https://github.com/cmpute/num-prime"