mirror of
https://github.com/nushell/nushell.git
synced 2025-05-31 15:18:23 +02:00
move reedline behind os
This commit is contained in:
parent
f0d3489b79
commit
5231c1504f
@ -85,7 +85,7 @@ quick-xml = { workspace = true }
|
||||
rand = { workspace = true, optional = true }
|
||||
getrandom = { workspace = true, optional = true }
|
||||
rayon = { workspace = true }
|
||||
reedline = { workspace = true }
|
||||
reedline = { workspace = true, optional = true }
|
||||
roxmltree = { workspace = true }
|
||||
rusqlite = { workspace = true, features = [
|
||||
"bundled",
|
||||
@ -179,6 +179,7 @@ os = [
|
||||
"notify-debouncer-full",
|
||||
"open",
|
||||
"os_pipe",
|
||||
"reedline",
|
||||
"uu_cp",
|
||||
"uu_mkdir",
|
||||
"uu_mktemp",
|
||||
|
Loading…
x
Reference in New Issue
Block a user