mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
fix: CI
This commit is contained in:
parent
54a760d8f4
commit
7fe3bf5841
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ use std::str::SplitWhitespace;
|
|||
|
||||
use base64::Engine;
|
||||
use strum::{FromRepr, IntoStaticStr};
|
||||
use yazi_shim::base64::BASE64_SANE;
|
||||
use yazi_shim::BASE64_SANE;
|
||||
|
||||
use crate::parser::StateOsc72;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
use std::{fmt::{self, Display}, str};
|
||||
|
||||
use base64::Engine;
|
||||
use yazi_shim::base64::BASE64_SANE;
|
||||
use yazi_shim::BASE64_SANE;
|
||||
|
||||
use super::traits::Mimelist;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue