aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-03-13 19:09:49 +0100
committerAlex Auvolat <alex@adnab.me>2023-03-13 19:09:49 +0100
commit6a31649b98cc15bd6a56593e146d74f0495bc6ad (patch)
tree98ec82ddf4ad7fb1626766f588090c4a5dc6960b
parent80f64c5015ada9d1e30b38714a7739ef09cdfa3a (diff)
downloadnetapp-6a31649b98cc15bd6a56593e146d74f0495bc6ad.tar.gz
netapp-6a31649b98cc15bd6a56593e146d74f0495bc6ad.zip
Bump version to v0.6.0v0.6.0
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
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 <alex@adnab.me>"]
edition = "2018"
license-file = "LICENSE"