From 3c4fef2770fa7b7e40192b1f3a0adc01f9602bd0 Mon Sep 17 00:00:00 2001 From: trivernis Date: Sun, 25 Sep 2022 11:07:37 +0200 Subject: [PATCH] Bump package version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 90d2b76..2ffd337 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "aur-rpc" -version = "0.2.0" +version = "0.2.1" dependencies = [ "reqwest", "serde", diff --git a/Cargo.toml b/Cargo.toml index 3924486..fdb2532 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aur-rpc" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "An async wrapper for aur RPC calls" authors = ["trivernis "]