Skip to content

Commit 093446e

Browse files
committed
bump major version
1 parent 7559364 commit 093446e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "taskchampion-sync-server-core"
3-
version = "0.6.2-pre"
3+
version = "0.7.0-pre"
44
authors = ["Dustin J. Mitchell <dustin@mozilla.com>"]
55
edition = "2021"
66
description = "Core of sync protocol for TaskChampion"

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "taskchampion-sync-server"
3-
version = "0.6.2-pre"
3+
version = "0.7.0-pre"
44
authors = ["Dustin J. Mitchell <dustin@mozilla.com>"]
55
edition = "2021"
66
publish = false

sqlite/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "taskchampion-sync-server-storage-sqlite"
3-
version = "0.6.2-pre"
3+
version = "0.7.0-pre"
44
authors = ["Dustin J. Mitchell <dustin@mozilla.com>"]
55
edition = "2021"
66
description = "SQLite backend for TaskChampion-sync-server"
@@ -9,7 +9,7 @@ repository = "https://github.com/GothenburgBitFactory/taskchampion-sync-server"
99
license = "MIT"
1010

1111
[dependencies]
12-
taskchampion-sync-server-core = { path = "../core", version = "0.6.2-pre" }
12+
taskchampion-sync-server-core = { path = "../core", version = "0.7.0-pre" }
1313
async-trait.workspace = true
1414
uuid.workspace = true
1515
anyhow.workspace = true

0 commit comments

Comments
 (0)