main
tag: launch-2026-06-01
tag: magicmirror-v0.1.1
tag: magicmirror-v0.3.0
tag: mnw-cli-v0.1.2
tag: mnw-cli-v0.1.3
tag: mnw-cli-v0.1.4
tag: pom-v0.4.1
tag: pom-v0.4.2
tag: pom-v0.4.3
tag: pom-v0.4.4
tag: pom-v0.4.5
tag: wam-v0.3.0
tag: wam-v0.3.1
Files
Commits
Tags
Notes
Issues
Move the quasi-type pin to e403306, and resolve makeover from the registry
The pin moves for cut_web, which this build script now takes. No change to
the face. The lock is off the cascade patch and back on crates.io now that
makeover 2.7.0 and makeover-build 0.40.0 are published.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
2 files changed,
+17 insertions,
-13 deletions
5388
5388
[[package]]
5389
5389
name = "makeover"
5390
5390
version = "2.7.0"
5391
+
source = "registry+https://github.com/rust-lang/crates.io-index"
5392
+
checksum = "21a3bfb88eb028ac51b3b9cf0358fec753e4cea7a2d651aa11c9b779b5e46a75"
5391
5393
dependencies = [
5392
5394
"include_dir",
5393
5395
"serde",
5397
5399
[[package]]
5398
5400
name = "makeover-build"
5399
5401
version = "0.40.0"
5402
+
source = "registry+https://github.com/rust-lang/crates.io-index"
5403
+
checksum = "a6d883a5d60738118d7a862c6e8756578786e60c40463efde98d13d349fa94bc"
5400
5404
dependencies = [
5401
5405
"makeover",
5402
5406
"makeover-geometry",
10772
10776
"pkg-config",
10773
10777
]
10774
10778
10775
-
[[patch.unused]]
10776
-
name = "kberg"
10777
-
version = "0.1.0"
10778
-
10779
-
[[patch.unused]]
10780
-
name = "ops-status"
10781
-
version = "0.1.0"
10782
-
10783
-
[[patch.unused]]
10784
-
name = "painhours"
10785
-
version = "0.1.0"
10786
-
10787
10779
[[patch.unused]]
10788
10780
name = "quasi-immediate"
10789
10781
version = "0.18.0"
10796
10788
name = "quasi-tauri"
10797
10789
version = "0.18.0"
10798
10790
10791
+
[[patch.unused]]
10792
+
name = "kberg"
10793
+
version = "0.1.0"
10794
+
10795
+
[[patch.unused]]
10796
+
name = "ops-status"
10797
+
version = "0.1.0"
10798
+
10799
+
[[patch.unused]]
10800
+
name = "painhours"
10801
+
version = "0.1.0"
10802
+
10799
10803
[[patch.unused]]
10800
10804
name = "synckit-client"
10801
10805
version = "0.8.0"
260
260
# and the terminal bundles. The three move together, in one pass, or a user sees
261
261
# two Quasi Monos. Under the tree's `[patch]` block the rev is ignored and the
262
262
# working copy is what builds.
263
-
quasi-type = { git = "https://makenot.work/git/max/quasi-type.git", version = "0.1", rev = "cbbb9e3dd6faa29582b9437c0685ff91af97afdb" }
263
+
quasi-type = { git = "https://makenot.work/git/max/quasi-type.git", version = "0.1", rev = "e40330602e68fbdd2a9d2917bdec33a7ce573a1f" }
264
264
265
265
[dev-dependencies]
266
266
tower = { version = "0.5.3", features = ["util"] }