From cb5ee96ab4f367fa90d794dc3333a5ca1db72f13 Mon Sep 17 00:00:00 2001 From: Michael Nesbitt Date: Wed, 28 Feb 2024 19:29:52 -0600 Subject: [PATCH] Bump ponyboy version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 806a150..2d1b4e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -838,7 +838,7 @@ checksum = "69d3587f8a9e599cc7ec2c00e331f71c4e69a5f9a4b8a6efd5b07466b9736f9a" [[package]] name = "ponyboy_bot" -version = "0.1.2" +version = "0.1.3" dependencies = [ "futures", "rand", diff --git a/Cargo.toml b/Cargo.toml index fbc6d2c..0da8dca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Michael Nesibtt "] edition = "2018" name = "ponyboy_bot" -version = "0.1.2" +version = "0.1.3" [dependencies] futures = "0.3.30"