Bump for testing

This commit is contained in:
2024-06-24 21:20:40 +02:00
parent 91deddc1d2
commit 7c08a00d53
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -153,7 +153,7 @@ checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
[[package]]
name = "eagle"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"env_logger",
"log",

View File

@@ -1,6 +1,6 @@
[package]
name = "eagle"
version = "0.2.0"
version = "0.2.1"
description = "A simple library for creating RPC protocols."
repository = "https://git.colon-three.com/kodi/eagle"
authors = ["KodiCraft <kodi@kdcf.me>"]