From e3b04e83d7b168323083e9f0abc935e622c3409e Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 13 Mar 2023 19:21:21 +0100 Subject: [PATCH] bump version to v0.6.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 614cf42..1cc04c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -525,7 +525,7 @@ dependencies = [ [[package]] name = "netapp" -version = "0.6.0" +version = "0.6.1" dependencies = [ "arc-swap", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 297bd81..42136e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netapp" -version = "0.6.0" +version = "0.6.1" authors = ["Alex Auvolat "] edition = "2018" license-file = "LICENSE"