bump to v0.5.4
Some checks reported errors
continuous-integration/drone/tag Build was killed
continuous-integration/drone/push Build was killed

This commit is contained in:
Alex 2023-09-21 15:54:35 +02:00
parent 34aade6ce9
commit b7beb15492
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -428,7 +428,7 @@ dependencies = [
[[package]] [[package]]
name = "netapp" name = "netapp"
version = "0.5.2" version = "0.5.4"
dependencies = [ dependencies = [
"arc-swap", "arc-swap",
"async-trait", "async-trait",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "netapp" name = "netapp"
version = "0.5.2" version = "0.5.4"
authors = ["Alex Auvolat <alex@adnab.me>"] authors = ["Alex Auvolat <alex@adnab.me>"]
edition = "2018" edition = "2018"
license-file = "LICENSE" license-file = "LICENSE"