mirror of
https://github.com/nushell/nushell
synced 2025-01-12 21:29:07 +00:00
Remove refex dependency
This commit is contained in:
parent
a58d80e57f
commit
709b3afd93
2 changed files with 0 additions and 3 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -3256,7 +3256,6 @@ dependencies = [
|
|||
"nu-utils",
|
||||
"percent-encoding",
|
||||
"reedline",
|
||||
"regex",
|
||||
"rstest",
|
||||
"sysinfo 0.32.0",
|
||||
"tempfile",
|
||||
|
|
|
@ -42,8 +42,6 @@ sysinfo = { workspace = true }
|
|||
unicode-segmentation = { workspace = true }
|
||||
uuid = { workspace = true, features = ["v4"] }
|
||||
which = { workspace = true }
|
||||
#[cfg(windows)]
|
||||
regex = { workspace = true }
|
||||
|
||||
[features]
|
||||
plugin = ["nu-plugin-engine"]
|
||||
|
|
Loading…
Reference in a new issue