From ca25331d7320dddbe8f76c2a74bf406cd0622c2e Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Fri, 2 Sep 2022 14:21:42 +0200 Subject: [PATCH] Bump to v0.4.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a55766..aa6b4a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -428,7 +428,7 @@ dependencies = [ [[package]] name = "netapp" -version = "0.4.4" +version = "0.4.5" dependencies = [ "arc-swap", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index af3f1ab..9a69d66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netapp" -version = "0.4.4" +version = "0.4.5" authors = ["Alex Auvolat "] edition = "2018" license-file = "LICENSE"