From 073658077736bec2fedb7666329b9d68c5c531c2 Mon Sep 17 00:00:00 2001 From: Tom Kaitchuck Date: Mon, 23 Oct 2023 12:04:19 -0700 Subject: [PATCH 1/2] 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 a2d3949..d6657bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ readme = "README.md" edition = "2018" [dependencies] -const-random-macro = { path = "macro", version = "0.1.15"} +const-random-macro = { path = "macro", version = "0.1.16"} From 1cc1943e521e5f6fbb23222bba12a045525213f8 Mon Sep 17 00:00:00 2001 From: Tom Kaitchuck Date: Mon, 23 Oct 2023 12:05:07 -0700 Subject: [PATCH 2/2] Update Cargo.toml --- macro/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macro/Cargo.toml b/macro/Cargo.toml index 8ae2965..b96979f 100644 --- a/macro/Cargo.toml +++ b/macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "const-random-macro" -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"