From 2353c1648e9bb24933e039876ed6eb8e56457849 Mon Sep 17 00:00:00 2001 From: Kodi Craft Date: Mon, 24 Jun 2024 21:34:30 +0200 Subject: [PATCH] Bump for mistake in deploy workflow --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 67efc40..f78d359 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -153,7 +153,7 @@ checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422" [[package]] name = "eagle" -version = "0.2.2" +version = "0.2.3" dependencies = [ "env_logger", "log", diff --git a/Cargo.toml b/Cargo.toml index f15bc33..2e73bf8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eagle" -version = "0.2.2" +version = "0.2.3" description = "A simple library for creating RPC protocols." repository = "https://git.colon-three.com/kodi/eagle" authors = ["KodiCraft "]