(cargo-release) version 0.0.54

feat/vaults v0.0.54
Tomáš Mládek 2022-02-19 17:31:02 +01:00
parent 4e54c19ee5
commit 3f79f9ba63
No known key found for this signature in database
GPG Key ID: 65E225C8B3E2ED8A
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -2875,7 +2875,7 @@ checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"
[[package]]
name = "upend"
version = "0.0.53"
version = "0.0.54"
dependencies = [
"actix",
"actix-files",

View File

@ -1,7 +1,7 @@
[package]
name = "upend"
description = "A user-oriented all-purpose graph database."
version = "0.0.53"
version = "0.0.54"
homepage = "https://upendproject.net/"
repository = "https://gitlab.com/tmladek/upend/"
authors = ["Tomáš Mládek <t@mldk.cz>"]