File tree Expand file tree Collapse file tree 6 files changed +11
-12
lines changed
Expand file tree Collapse file tree 6 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -118,8 +118,7 @@ jobs:
118118 - uses : obi1kenobi/cargo-semver-checks-action@v2
119119 with :
120120 # exclude the binary package from semver checks, since it is not published as a crate.
121- # exclude postgres temporarily until it is released
122- exclude : taskchampion-sync-server,taskchampion-sync-server-storage-postgres
121+ exclude : taskchampion-sync-server
123122
124123 mdbook :
125124 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11[package ]
22name = " taskchampion-sync-server-core"
3- version = " 0.7.0 "
3+ version = " 0.7.1-pre "
44authors = [" Dustin J. Mitchell <dustin@mozilla.com>" ]
55edition = " 2021"
66description = " Core of sync protocol for TaskChampion"
Original file line number Diff line number Diff line change 11[package ]
22name = " taskchampion-sync-server-storage-postgres"
3- version = " 0.7.0 "
3+ version = " 0.7.1-pre "
44authors = [" Dustin J. Mitchell <dustin@v.igoro.us>" ]
55edition = " 2021"
66description = " Postgres backend for TaskChampion-sync-server"
@@ -16,7 +16,7 @@ bb8.workspace = true
1616chrono.workspace = true
1717env_logger.workspace = true
1818log.workspace = true
19- taskchampion-sync-server-core = { path = " ../core" , version = " 0.7.0 " }
19+ taskchampion-sync-server-core = { path = " ../core" , version = " 0.7.1-pre " }
2020thiserror.workspace = true
2121tokio-postgres.workspace = true
2222tokio.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " taskchampion-sync-server"
3- version = " 0.7.0 "
3+ version = " 0.7.1-pre "
44authors = [" Dustin J. Mitchell <dustin@mozilla.com>" ]
55edition = " 2021"
66publish = false
Original file line number Diff line number Diff line change 11[package ]
22name = " taskchampion-sync-server-storage-sqlite"
3- version = " 0.7.0 "
3+ version = " 0.7.1-pre "
44authors = [" Dustin J. Mitchell <dustin@mozilla.com>" ]
55edition = " 2021"
66description = " SQLite backend for TaskChampion-sync-server"
@@ -9,7 +9,7 @@ repository = "https://github.com/GothenburgBitFactory/taskchampion-sync-server"
99license = " MIT"
1010
1111[dependencies ]
12- taskchampion-sync-server-core = { path = " ../core" , version = " 0.7.0 " }
12+ taskchampion-sync-server-core = { path = " ../core" , version = " 0.7.1-pre " }
1313async-trait.workspace = true
1414uuid.workspace = true
1515anyhow.workspace = true
You can’t perform that action at this time.
0 commit comments