From a1e10f93ce29dfcff26d19b806f15cd56546d130 Mon Sep 17 00:00:00 2001 From: Kodi Craft Date: Tue, 25 Jun 2024 18:19:35 +0200 Subject: [PATCH] bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 45f7d28..87e99ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -153,7 +153,7 @@ checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422" [[package]] name = "eagle" -version = "0.2.4" +version = "0.3.0" dependencies = [ "env_logger", "log", diff --git a/Cargo.toml b/Cargo.toml index cf00607..8d73162 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eagle" -version = "0.2.4" +version = "0.3.0" description = "A simple library for creating RPC protocols." repository = "https://git.colon-three.com/kodi/eagle" authors = ["KodiCraft "]