mirror of
https://github.com/zellij-org/zellij.git
synced 2024-12-25 02:06:19 +03:00
Bump dependency version
This commit is contained in:
parent
75136a613d
commit
8c4db83dfb
@ -9,7 +9,7 @@ license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
colored = "2"
|
||||
mosaic-tile = "0.2"
|
||||
mosaic-tile = "0.4"
|
||||
pretty-bytes = "0.2"
|
||||
|
||||
[profile.release]
|
||||
|
@ -1,7 +1,7 @@
|
||||
mod state;
|
||||
|
||||
use colored::*;
|
||||
use mosaic_tile::register_tile;
|
||||
use mosaic_tile::*;
|
||||
use state::{FsEntry, State};
|
||||
use std::{cmp::min, fs::read_dir};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user