From 075cf5777dd157d4ede3062631afa42fbe82ad2b Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Fri, 18 Nov 2022 18:02:21 +0100 Subject: [PATCH] (cargo-release) version 0.8.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1db12cc..afb2bda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ categories = ["algorithms", "data-structures", "science"] license = "MIT/Apache-2.0" name = "num-bigint-dig" repository = "https://github.com/dignifiedquire/num-bigint" -version = "0.8.1" +version = "0.8.2" edition = "2021" rust-version = "1.56" readme = "README.md"