From 6a31649b98cc15bd6a56593e146d74f0495bc6ad Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 13 Mar 2023 19:09:49 +0100 Subject: [PATCH] Bump version to v0.6.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e14a6bf..169c2ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -525,7 +525,7 @@ dependencies = [ [[package]] name = "netapp" -version = "0.5.2" +version = "0.6.0" dependencies = [ "arc-swap", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index cea7a41..fc59aca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netapp" -version = "0.5.2" +version = "0.6.0" authors = ["Alex Auvolat "] edition = "2018" license-file = "LICENSE"