From d88963b4475579eb8a4ea7da32a019539239717f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sun, 16 Oct 2022 16:48:54 +0200 Subject: [PATCH] (cargo-release) version 0.0.64 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f391d75..fc8e19e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3220,7 +3220,7 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" [[package]] name = "upend" -version = "0.0.63" +version = "0.0.64" dependencies = [ "actix", "actix-cors", diff --git a/Cargo.toml b/Cargo.toml index f2612a5..54614f8 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.63" +version = "0.0.64" homepage = "https://upend.dev/" repository = "https://gitlab.com/tmladek/upend/" authors = ["Tomáš Mládek "]