From d044a639e06cda5d3a223a7675246984a4f5c36d Mon Sep 17 00:00:00 2001 From: Edgar Luque Date: Wed, 7 Sep 2022 11:52:18 +0200 Subject: [PATCH] version 0.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cf3820c..746f871 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "paypal-rs" -version = "0.2.0" +version = "0.2.1" authors = ["Edgar "] description = "A library that wraps the paypal api asynchronously." repository = "https://github.com/edg-l/paypal-rs/"