From 33638f0d173c16b526579b13e4374091d513eae3 Mon Sep 17 00:00:00 2001 From: Tropical <42101043+Tropix126@users.noreply.github.com> Date: Wed, 20 Dec 2023 20:13:07 -0600 Subject: [PATCH] ver --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f5513d2..39dec0e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -581,7 +581,7 @@ dependencies = [ [[package]] name = "robotevents" -version = "0.2.5" +version = "0.2.6" dependencies = [ "itertools", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index 5a25278..2c54a4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "Wrapper for the RobotEvents.com v2 API." repository = "https://github.com/LemLib/robotevents-rs/" license-file = "LICENSE.md" readme = "README.md" -version = "0.2.5" +version = "0.2.6" edition = "2021" authors=["tropix126", "BattleCh1cken"] categories = ["science::robotics", "api-bindings", "web-programming::http-client"]