From 4ef37703ee42bad67c53217f0de0231733feb08f Mon Sep 17 00:00:00 2001 From: Daniel Lehmann Date: Wed, 10 Aug 2022 14:13:33 -0700 Subject: [PATCH] Update version number --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 19f0594..240afd4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arbitrary-int" -version = "1.0.0" +version = "1.1.0" edition = "2021" authors = ["Daniel Lehmann "] description = "Modern and lightweight implementation of u2, u3, u4, ..., u127."