(cargo-release) version 0.0.65

feat/type-attributes v0.0.65
Tomáš Mládek 2022-10-21 21:07:58 +02:00
parent df8c1d653d
commit a6c07c7810
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

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

View File

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