From e38655aba65e0069f2d591f082603d62f90da639 Mon Sep 17 00:00:00 2001 From: Vinzent Steinberg Date: Fri, 22 Mar 2024 14:06:18 +0100 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a12a416..0daf17f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" name = "average" readme = "README.md" repository = "https://github.com/vks/average" -version = "0.14.1" +version = "0.14.2" edition = "2021" rust-version = "1.56" include = ["src/**/*", "benches/*", "LICENSE-*", "README.md"]