(cargo-release) version 0.0.69

feat/type-attributes v0.0.69
Tomáš Mládek 2023-01-15 22:43:15 +01:00
parent d027cb52aa
commit b2e782215d
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.68"
version = "0.0.69"
dependencies = [
"actix",
"actix-cors",

View File

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