From 1a6acab0a5fee000a30125fb4dc9e0bc402a50dd Mon Sep 17 00:00:00 2001 From: Tom Kaitchuck Date: Tue, 25 Oct 2022 15:26:22 -0700 Subject: [PATCH] Bump version for release Signed-off-by: Tom Kaitchuck --- Cargo.toml | 4 ++-- macro/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2eedf54..75d6c8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "const-random" -version = "0.1.14" +version = "0.1.15" license = "MIT OR Apache-2.0" repository = "https://github.com/tkaitchuck/constrandom" documentation = "https://docs.rs/const-random" @@ -11,5 +11,5 @@ readme = "README.md" edition = "2018" [dependencies] -const-random-macro = { path = "macro", version = "0.1.14"} +const-random-macro = { path = "macro", version = "0.1.15"} proc-macro-hack = { version = "0.5" } diff --git a/macro/Cargo.toml b/macro/Cargo.toml index 1fa4854..344645c 100644 --- a/macro/Cargo.toml +++ b/macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "const-random-macro" -version = "0.1.14" +version = "0.1.15" license = "MIT OR Apache-2.0" repository = "https://github.com/tkaitchuck/constrandom" documentation = "https://docs.rs/const-random"