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"