From a2e2f5e96bd8c77bb309f881691ebec090993634 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 18 Feb 2021 12:16:24 +0100 Subject: [PATCH] v0.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 22e9650..491101d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -709,7 +709,7 @@ dependencies = [ [[package]] name = "netapp" -version = "0.1.0" +version = "0.1.1" dependencies = [ "arc-swap", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 20a0370..166c790 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netapp" -version = "0.1.0" +version = "0.1.1" authors = ["Alex Auvolat "] edition = "2018" license-file = "LICENSE"