This commit is contained in:
Dustin J. Mitchell
2025-10-11 18:57:23 +00:00
parent bf19b76577
commit d206729d5e
7 changed files with 12 additions and 12 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "taskchampion-sync-server-storage-postgres"
version = "0.7.1-pre"
version = "0.7.1"
authors = ["Dustin J. Mitchell <dustin@v.igoro.us>"]
edition = "2021"
description = "Postgres backend for TaskChampion-sync-server"
@ -16,7 +16,7 @@ bb8.workspace = true
chrono.workspace = true
env_logger.workspace = true
log.workspace = true
taskchampion-sync-server-core = { path = "../core", version = "0.7.1-pre" }
taskchampion-sync-server-core = { path = "../core", version = "0.7.1" }
thiserror.workspace = true
tokio-postgres.workspace = true
tokio.workspace = true