Track alloy_tui 0.1.1
Picks up the version whose repository metadata points at the crate's own
repo rather than this workspace.
2 files changed,
+3 insertions,
-3 deletions
| 32 |
32 |
|
|
| 33 |
33 |
|
[[package]]
|
| 34 |
34 |
|
name = "alloy_tui"
|
| 35 |
|
- |
version = "0.1.0"
|
|
35 |
+ |
version = "0.1.1"
|
| 36 |
36 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 37 |
|
- |
checksum = "bb1ca159e66b17d1597702b240d0fa605e2591a52b79953832703690b6e190eb"
|
|
37 |
+ |
checksum = "0912da3986c6419b10b01fc78179eec9c2a238af8816357b1f1e0d90e415b707"
|
| 38 |
38 |
|
dependencies = [
|
| 39 |
39 |
|
"makeover",
|
| 40 |
40 |
|
"ratatui",
|
| 13 |
13 |
|
path = "src/main.rs"
|
| 14 |
14 |
|
|
| 15 |
15 |
|
[dependencies]
|
| 16 |
|
- |
alloy_tui = "0.1.0"
|
|
16 |
+ |
alloy_tui = "0.1.1"
|
| 17 |
17 |
|
anyhow = "1"
|
| 18 |
18 |
|
clap = { version = "4", features = ["derive"] }
|
| 19 |
19 |
|
ratatui.workspace = true
|