From 13148fcd5c50db131cf8b41c615ad847d0a72618 Mon Sep 17 00:00:00 2001 From: Tom Kaitchuck Date: Mon, 23 Oct 2023 12:01:12 -0700 Subject: [PATCH] Bump version to 0.1.16 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c214f07..a2d3949 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "const-random" -version = "0.1.15" +version = "0.1.16" license = "MIT OR Apache-2.0" repository = "https://github.com/tkaitchuck/constrandom" documentation = "https://docs.rs/const-random"