This commit is contained in:
Dustin J. Mitchell 2025-03-01 18:16:48 +00:00
parent 65ad035d8d
commit 5c3455a38a
No known key found for this signature in database
6 changed files with 9 additions and 9 deletions

View file

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