diff --git a/Cargo.lock b/Cargo.lock index 8352a48..986199b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -153,7 +153,7 @@ checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422" [[package]] name = "eagle" -version = "0.2.0" +version = "0.2.1" dependencies = [ "env_logger", "log", diff --git a/Cargo.toml b/Cargo.toml index a28db8e..06e1b2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "]