Release server v0.11.10
Carries the plain-form login fix to the staging box so the carousel capture
can sign in as the demo buyer.
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
3 files changed,
+11 insertions,
-11 deletions
| 5159 |
5159 |
|
|
| 5160 |
5160 |
|
[[package]]
|
| 5161 |
5161 |
|
name = "makenotwork"
|
| 5162 |
|
- |
version = "0.11.9"
|
|
5162 |
+ |
version = "0.11.10"
|
| 5163 |
5163 |
|
dependencies = [
|
| 5164 |
5164 |
|
"ammonia",
|
| 5165 |
5165 |
|
"anyhow",
|
| 10465 |
10465 |
|
"pkg-config",
|
| 10466 |
10466 |
|
]
|
| 10467 |
10467 |
|
|
| 10468 |
|
- |
[[patch.unused]]
|
| 10469 |
|
- |
name = "kberg"
|
| 10470 |
|
- |
version = "0.1.0"
|
| 10471 |
|
- |
|
| 10472 |
|
- |
[[patch.unused]]
|
| 10473 |
|
- |
name = "painhours"
|
| 10474 |
|
- |
version = "0.1.0"
|
| 10475 |
|
- |
|
| 10476 |
10468 |
|
[[patch.unused]]
|
| 10477 |
10469 |
|
name = "synckit-client"
|
| 10478 |
10470 |
|
version = "0.7.0"
|
| 10480 |
10472 |
|
[[patch.unused]]
|
| 10481 |
10473 |
|
name = "synckit-config"
|
| 10482 |
10474 |
|
version = "0.1.2"
|
|
10475 |
+ |
|
|
10476 |
+ |
[[patch.unused]]
|
|
10477 |
+ |
name = "kberg"
|
|
10478 |
+ |
version = "0.1.0"
|
|
10479 |
+ |
|
|
10480 |
+ |
[[patch.unused]]
|
|
10481 |
+ |
name = "painhours"
|
|
10482 |
+ |
version = "0.1.0"
|
| 1 |
1 |
|
[package]
|
| 2 |
2 |
|
name = "makenotwork"
|
| 3 |
|
- |
version = "0.11.9"
|
|
3 |
+ |
version = "0.11.10"
|
| 4 |
4 |
|
edition = "2024"
|
| 5 |
5 |
|
license = "LicenseRef-PolyForm-Noncommercial-1.0.0"
|
| 6 |
6 |
|
# Server binary: never published to a registry. Marks the crate private so
|
| 6 |
6 |
|
"license": {
|
| 7 |
7 |
|
"name": "PolyForm Noncommercial 1.0.0"
|
| 8 |
8 |
|
},
|
| 9 |
|
- |
"version": "0.11.9"
|
|
9 |
+ |
"version": "0.11.10"
|
| 10 |
10 |
|
},
|
| 11 |
11 |
|
"paths": {
|
| 12 |
12 |
|
"/api/v1/items/{item_id}/license.txt": {
|