mirror of
https://github.com/nushell/nushell.git
synced 2025-08-18 20:38:31 +02:00
replace the regex crate with the fancy-regex crate (#6227)
This commit is contained in:
@@ -12,7 +12,7 @@ use serde::ser;
|
||||
|
||||
//use super::util::ParseNumber;
|
||||
|
||||
use regex::Regex;
|
||||
use fancy_regex::Regex;
|
||||
|
||||
use lazy_static::lazy_static;
|
||||
|
||||
|
Reference in New Issue
Block a user