From 18783f78971001b46640fc83df8a26c61dafb0b8 Mon Sep 17 00:00:00 2001 From: Elliott Clark Date: Sat, 17 Feb 2024 01:43:21 -0600 Subject: [PATCH] chore: Release rs_poker version 3.0.0-beta.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fbabbbf1..9c708e72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -512,7 +512,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "rs_poker" -version = "3.0.0-beta.5" +version = "3.0.0-beta.6" dependencies = [ "approx", "arbitrary", diff --git a/Cargo.toml b/Cargo.toml index 89abd8c9..cdd1c6c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rs_poker" -version = "3.0.0-beta.5" +version = "3.0.0-beta.6" authors = ["Elliott Clark "] keywords = ["cards", "poker"] categories = ["games"]