Take the published makeover suite
makeover-layout 0.29.1, makeover-webview 0.49.0, makeover-tui 0.29.0,
makeover-immediate 0.29.0, makeover-touch 0.21.0, makeover-build 0.44.0, all on
crates.io. The four whose own source did not change still took a minor:
makeover-layout carries links, so one copy of the vocabulary per graph, and a
consumer cannot take the old renderer and the new vocabulary together.
Locks settle here because the crates.io [patch] block that carried the cascade
is out of ~/Code/.cargo/config.toml. Getting to take it out is the check that
the cascade actually finished.
2 files changed,
+8 insertions,
-20 deletions
| 3073 |
3073 |
|
|
| 3074 |
3074 |
|
[[package]]
|
| 3075 |
3075 |
|
name = "makeover-immediate"
|
| 3076 |
|
- |
version = "0.28.0"
|
|
3076 |
+ |
version = "0.29.0"
|
|
3077 |
+ |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3078 |
+ |
checksum = "a0edb9c4705d75764eecbea8b68ea03040f88f724e9c80e559897b45f8bb35c6"
|
| 3077 |
3079 |
|
dependencies = [
|
| 3078 |
3080 |
|
"egui",
|
| 3079 |
3081 |
|
"egui_extras",
|
| 3082 |
3084 |
|
|
| 3083 |
3085 |
|
[[package]]
|
| 3084 |
3086 |
|
name = "makeover-layout"
|
| 3085 |
|
- |
version = "0.29.0"
|
|
3087 |
+ |
version = "0.29.1"
|
|
3088 |
+ |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3089 |
+ |
checksum = "61b8a93cc18532525df3662a1db90cde2f05cedefb9164c0f3dc4341c677de00"
|
| 3086 |
3090 |
|
|
| 3087 |
3091 |
|
[[package]]
|
| 3088 |
3092 |
|
name = "maplit"
|
| 7540 |
7544 |
|
"winnow 1.0.4",
|
| 7541 |
7545 |
|
]
|
| 7542 |
7546 |
|
|
| 7543 |
|
- |
[[patch.unused]]
|
| 7544 |
|
- |
name = "makeover-build"
|
| 7545 |
|
- |
version = "0.43.0"
|
| 7546 |
|
- |
|
| 7547 |
|
- |
[[patch.unused]]
|
| 7548 |
|
- |
name = "makeover-touch"
|
| 7549 |
|
- |
version = "0.20.0"
|
| 7550 |
|
- |
|
| 7551 |
|
- |
[[patch.unused]]
|
| 7552 |
|
- |
name = "makeover-tui"
|
| 7553 |
|
- |
version = "0.28.0"
|
| 7554 |
|
- |
|
| 7555 |
|
- |
[[patch.unused]]
|
| 7556 |
|
- |
name = "makeover-webview"
|
| 7557 |
|
- |
version = "0.49.0"
|
| 7558 |
|
- |
|
| 7559 |
7547 |
|
[[patch.unused]]
|
| 7560 |
7548 |
|
name = "quasi-axum"
|
| 7561 |
7549 |
|
version = "0.28.1"
|
| 17 |
17 |
|
# to compile against an API added in a later one. The two move together --
|
| 18 |
18 |
|
# makeover-immediate re-exports nothing, so the `Column` the app describes and
|
| 19 |
19 |
|
# the `Column` the renderer matches on have to be the same type.
|
| 20 |
|
- |
makeover-layout = "0.29.0"
|
| 21 |
|
- |
makeover-immediate = "0.28.0"
|
|
20 |
+ |
makeover-layout = "0.29.1"
|
|
21 |
+ |
makeover-immediate = "0.29.0"
|
| 22 |
22 |
|
# The described screens, behind audiofiles-browser's `quasi` feature. By git URL
|
| 23 |
23 |
|
# with a version requirement, per the tree's rule for cross-repo deps.
|
| 24 |
24 |
|
quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.28" }
|