(cargo-release) version 0.0.68

feat/type-attributes v0.0.68
Tomáš Mládek 2022-12-22 13:17:42 +01:00
parent a60fe311d6
commit 4d6dfac5e8
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

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

View File

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