Skip to main content

max / goingson

Take quasi 0.37
Author: Max Johnson <me@maxj.phd> · 2026-08-20 15:11 UTC
Signed with PGP, not checked
Commit: ebe1bf80c3f05ec16630674f54492a6cbff5ff86
Parent: 9280e85
1 file changed, +6 insertions, -6 deletions
@@ -38,7 +38,7 @@
38 38 # `quasi` feature. Optional here as well as below so a default build compiles
39 39 # neither: one `dep:` name covers both tables, which is what lets the feature
40 40 # gate the build script and the crate together.
41 - quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.36", optional = true }
41 + quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.37", optional = true }
42 42
43 43 [dependencies]
44 44 goingson-core = { workspace = true }
@@ -56,10 +56,10 @@
56 56 # dependency's source even with the feature off -- so a public clone could not
57 57 # build at all against a URL it could not reach. quasi went public that day and
58 58 # the URL moved here with it.
59 - quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.36", optional = true }
60 - quasi-http = { git = "https://makenot.work/git/max/quasi.git", version = "0.36", optional = true }
61 - quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.36", optional = true }
62 - quasi-tauri = { git = "https://makenot.work/git/max/quasi.git", version = "0.36", optional = true }
59 + quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.37", optional = true }
60 + quasi-http = { git = "https://makenot.work/git/max/quasi.git", version = "0.37", optional = true }
61 + quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.37", optional = true }
62 + quasi-tauri = { git = "https://makenot.work/git/max/quasi.git", version = "0.37", optional = true }
63 63
64 64 # The notification declaration, and it is NOT behind the `quasi` feature: the
65 65 # watcher is desktop app behaviour rather than a described screen, and the
@@ -76,7 +76,7 @@
76 76 # before it has ported its screens cannot take it. `notifications::Notifier` is
77 77 # the eight lines meanwhile, and it goes when the flip makes quasi-router
78 78 # unconditional here.
79 - quasi-notifs = { git = "https://makenot.work/git/max/quasi.git", version = "0.36", features = ["synckit"] }
79 + quasi-notifs = { git = "https://makenot.work/git/max/quasi.git", version = "0.37", features = ["synckit"] }
80 80
81 81 # Tauri
82 82 tauri = { workspace = true, features = ["image-png", "devtools"] }