From 648e015e3a73b96973343e0a1f861c9ea41cc24d Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 9 May 2022 12:01:02 +0200 Subject: [PATCH] Update version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 819e614..fe2a29d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -433,7 +433,7 @@ dependencies = [ [[package]] name = "netapp" -version = "0.4.3" +version = "0.4.4" dependencies = [ "arc-swap", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 87e641e..536a1e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netapp" -version = "0.4.3" +version = "0.4.4" authors = ["Alex Auvolat "] edition = "2018" license-file = "LICENSE"