(cargo-release) version 0.0.64

feat/type-attributes v0.0.64
Tomáš Mládek 2022-10-16 16:48:54 +02:00
parent 5991bd13ab
commit d88963b447
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -3220,7 +3220,7 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[package]]
name = "upend"
version = "0.0.63"
version = "0.0.64"
dependencies = [
"actix",
"actix-cors",

View File

@ -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 <t@mldk.cz>"]