mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 01:37:49 +02:00
Replace dirs and directories with maintained (#2949)
This commit is contained in:
@ -96,7 +96,7 @@ async fn run_with_stdin(
|
||||
|
||||
#[cfg(feature = "dirs")]
|
||||
{
|
||||
home_dir = dirs::home_dir;
|
||||
home_dir = dirs_next::home_dir;
|
||||
}
|
||||
#[cfg(not(feature = "dirs"))]
|
||||
{
|
||||
|
Reference in New Issue
Block a user