From e3be9578bda8dd5a6dee60f40211926045a8f945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Thu, 17 Feb 2022 17:35:25 +0100 Subject: [PATCH] (cargo-release) version 0.0.53 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 167278d..cbbf1d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2875,7 +2875,7 @@ checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836" [[package]] name = "upend" -version = "0.0.52" +version = "0.0.53" dependencies = [ "actix", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index 6eb03a4..44a77f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "upend" description = "A user-oriented all-purpose graph database." -version = "0.0.52" +version = "0.0.53" homepage = "https://upendproject.net/" repository = "https://gitlab.com/tmladek/upend/" authors = ["Tomáš Mládek "]