v0.1.1
continuous-integration/drone/tag Build is passing Details
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Alex 2021-02-18 12:16:24 +01:00
parent ebc389393c
commit a2e2f5e96b
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -709,7 +709,7 @@ dependencies = [
[[package]] [[package]]
name = "netapp" name = "netapp"
version = "0.1.0" version = "0.1.1"
dependencies = [ dependencies = [
"arc-swap", "arc-swap",
"async-std", "async-std",

View File

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