diff options
author | Alex Auvolat <alex@adnab.me> | 2023-09-21 15:54:35 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-09-21 15:54:35 +0200 |
commit | b7beb15492258b5cc9e408bcb00d549e8b50e176 (patch) | |
tree | d3430544b6734a27cf2ad14822a642f392ec762e | |
parent | 34aade6ce9ccc9789d045fa11bd6bb8af421849e (diff) | |
download | netapp-0.5.4.tar.gz netapp-0.5.4.zip |
bump to v0.5.4v0.5.4
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -428,7 +428,7 @@ dependencies = [ [[package]] name = "netapp" -version = "0.5.2" +version = "0.5.4" dependencies = [ "arc-swap", "async-trait", @@ -1,6 +1,6 @@ [package] name = "netapp" -version = "0.5.2" +version = "0.5.4" authors = ["Alex Auvolat <alex@adnab.me>"] edition = "2018" license-file = "LICENSE" |