(cargo-release) version 0.0.46

feat/vaults v0.0.46
Tomáš Mládek 2022-02-12 13:56:52 +01:00
parent 471c60c19e
commit 36b1e8db9f
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.45"
version = "0.0.46"
dependencies = [
"actix",
"actix-files",

View File

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