This commit is contained in:
Dustin J. Mitchell
2025-03-03 22:41:40 +00:00
parent a7dc9e84b4
commit a9b9921833
6 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "taskchampion-sync-server-storage-sqlite"
version = "0.6.1-pre"
version = "0.6.1"
authors = ["Dustin J. Mitchell <dustin@mozilla.com>"]
edition = "2021"
description = "SQLite backend for TaskChampion-sync-server"
@ -9,7 +9,7 @@ repository = "https://github.com/GothenburgBitFactory/taskchampion-sync-server"
license = "MIT"
[dependencies]
taskchampion-sync-server-core = { path = "../core", version = "0.6.1-pre" }
taskchampion-sync-server-core = { path = "../core", version = "0.6.1" }
uuid.workspace = true
anyhow.workspace = true
thiserror.workspace = true