From 41312f30e392df90dd9900e0868f93dd49a06a3e Mon Sep 17 00:00:00 2001 From: Khosrow Afroozeh Date: Tue, 27 Aug 2024 19:11:29 +0200 Subject: [PATCH] Add note for the current development branch --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index aca719b4..633a8473 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Aerospike Rust Client [![crates-io][crates-io-image]][crates-io-url] [![docs][docs-image]][docs-url] [![travis][travis-image]][travis-url] [![appveyor][appveyor-image]][appveyor-url] +> [!NOTE] +> Developement for the version 2 of the Rust client, which includes async support and modern Aerospike functionality happens in the [v2 branch](https://github.com/aerospike/aerospike-client-rust/tree/v2). Get involved! + [crates-io-image]: https://img.shields.io/crates/v/aerospike.svg [crates-io-url]: https://crates.io/crates/aerospike [docs-image]: https://docs.rs/aerospike/badge.svg