From 2b0fc27b397096515afca225303a2267e7abca7e Mon Sep 17 00:00:00 2001 From: Edgar Luque Date: Wed, 9 Nov 2022 10:07:49 +0100 Subject: [PATCH] dont skip .3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 32529e3..48d0ef4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "paypal-rs" -version = "0.2.4" +version = "0.2.3" authors = ["Edgar "] description = "A library that wraps the paypal api asynchronously." repository = "https://github.com/edg-l/paypal-rs/"