Repin makeover-geometry from 0.4.0 to 0.6
Nothing public was removed between the two, and this crate reads the Rust
API (Density, Gap, Step, Surface, DEFAULT_BASE_PX) rather than the emitted
stylesheet, so the 0.6.0 cascade-layer change does not reach it.
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
2 files changed,
+7 insertions,
-7 deletions
| 2984 |
2984 |
|
|
| 2985 |
2985 |
|
[[package]]
|
| 2986 |
2986 |
|
name = "makeover-geometry"
|
| 2987 |
|
- |
version = "0.4.0"
|
|
2987 |
+ |
version = "0.6.2"
|
| 2988 |
2988 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2989 |
|
- |
checksum = "ec63a50eb9934c2cd416912048c9437a61657064c1947e40571f5fd37a22ffe6"
|
|
2989 |
+ |
checksum = "c4e0cbec6b86c225f5d4a793437fee457b9bf8e93786ee3af0212d668ad8f132"
|
| 2990 |
2990 |
|
|
| 2991 |
2991 |
|
[[package]]
|
| 2992 |
2992 |
|
name = "makeover-immediate"
|
| 7297 |
7297 |
|
"winnow 1.0.4",
|
| 7298 |
7298 |
|
]
|
| 7299 |
7299 |
|
|
|
7300 |
+ |
[[patch.unused]]
|
|
7301 |
+ |
name = "supernote-push"
|
|
7302 |
+ |
version = "0.1.0"
|
|
7303 |
+ |
|
| 7300 |
7304 |
|
[[patch.unused]]
|
| 7301 |
7305 |
|
name = "kberg"
|
| 7302 |
7306 |
|
version = "0.1.0"
|
| 7308 |
7312 |
|
[[patch.unused]]
|
| 7309 |
7313 |
|
name = "docengine"
|
| 7310 |
7314 |
|
version = "0.4.0"
|
| 7311 |
|
- |
|
| 7312 |
|
- |
[[patch.unused]]
|
| 7313 |
|
- |
name = "supernote-push"
|
| 7314 |
|
- |
version = "0.1.0"
|
| 62 |
62 |
|
makeover = "2.4.1"
|
| 63 |
63 |
|
# The invariant half of the design system: relational spacing. makeover
|
| 64 |
64 |
|
# resolves colour, which a theme may override; this carries what no theme may.
|
| 65 |
|
- |
makeover-geometry = "0.4.0"
|
|
65 |
+ |
makeover-geometry = "0.6"
|
| 66 |
66 |
|
|
| 67 |
67 |
|
[workspace.lints.rust]
|
| 68 |
68 |
|
unused = "warn"
|