bump pimalaya libs

This commit is contained in:
Clément DOUIN
2024-11-22 11:20:02 +01:00
parent d62486f4c5
commit 4597b01e78
2 changed files with 21 additions and 20 deletions
+2 -1
View File
@@ -1,3 +1,5 @@
use std::path::PathBuf;
use clap::{Parser, Subcommand};
use color_eyre::Result;
use pimalaya_tui::terminal::{
@@ -7,7 +9,6 @@ use pimalaya_tui::terminal::{
},
config::TomlConfig as _,
};
use std::path::PathBuf;
use crate::{
account::command::AccountSubcommand,