max / goingson
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_01P8ostB2UmZJGj5WjSHRSot
1 file changed,
+6 insertions,
-6 deletions
| @@ -36,7 +36,7 @@ | |||
| 36 | 36 | makeover-geometry = "0.7" | |
| 37 | 37 | # Only to write its selection and clock scripts into the frontend. Those two are | |
| 38 | 38 | # the whole of `frontend/js/` since the swap. | |
| 39 | - | quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.104" } | |
| 39 | + | quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.105" } | |
| 40 | 40 | ||
| 41 | 41 | [dependencies] | |
| 42 | 42 | goingson-core = { workspace = true } | |
| @@ -54,10 +54,10 @@ | |||
| 54 | 54 | # dependency's source even with the feature off -- so a public clone could not | |
| 55 | 55 | # build at all against a URL it could not reach. quasi went public that day and | |
| 56 | 56 | # the URL moved here with it. | |
| 57 | - | quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.104" } | |
| 58 | - | quasi-http = { git = "https://makenot.work/git/max/quasi.git", version = "0.104" } | |
| 59 | - | quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.104" } | |
| 60 | - | quasi-tauri = { git = "https://makenot.work/git/max/quasi.git", version = "0.104" } | |
| 57 | + | quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.105" } | |
| 58 | + | quasi-http = { git = "https://makenot.work/git/max/quasi.git", version = "0.105" } | |
| 59 | + | quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.105" } | |
| 60 | + | quasi-tauri = { git = "https://makenot.work/git/max/quasi.git", version = "0.105" } | |
| 61 | 61 | quasi-declare = { git = "https://makenot.work/git/max/quasi.git", version = "0.1" } | |
| 62 | 62 | ||
| 63 | 63 | # The notification declaration, and it is NOT behind the `quasi` feature: the | |
| @@ -70,7 +70,7 @@ | |||
| 70 | 70 | # so an app wanting eight lines over `tauri-plugin-notification` had to link the | |
| 71 | 71 | # whole description stack for them. quasicoherent `c231ff13` moved it here, | |
| 72 | 72 | # where the `Deliver` trait it implements already lives. | |
| 73 | - | quasi-notifs = { git = "https://makenot.work/git/max/quasi.git", version = "0.104", features = ["synckit", "describe", "tauri"] } | |
| 73 | + | quasi-notifs = { git = "https://makenot.work/git/max/quasi.git", version = "0.105", features = ["synckit", "describe", "tauri"] } | |
| 74 | 74 | ||
| 75 | 75 | # Tauri | |
| 76 | 76 | tauri = { workspace = true, features = ["image-png", "devtools"] } |