From 5ae633cdf56345015a0cd006aa9246fe5d16b55e Mon Sep 17 00:00:00 2001 From: Khosrow Afroozeh Date: Mon, 1 May 2023 14:22:36 +0200 Subject: [PATCH] Update crate Version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 17809619..7f9af4cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aerospike" -version = "1.2.0" +version = "1.3.0" edition = "2018" authors = ["Khosrow Afroozeh ", "Jan Hecking "] description = "Aerospike Client for Rust"