11[package ]
22name = " brush-shell"
33description = " Rust-implemented shell focused on POSIX and bash compatibility"
4- version = " 0.2.16 "
4+ version = " 0.2.17 "
55authors.workspace = true
66categories.workspace = true
77edition.workspace = true
@@ -40,8 +40,8 @@ workspace = true
4040
4141[dependencies ]
4242async-trait = " 0.1.88"
43- brush-parser = { version = " ^0.2.14 " , path = " ../brush-parser" }
44- brush-core = { version = " ^0.2.16 " , path = " ../brush-core" }
43+ brush-parser = { version = " ^0.2.15 " , path = " ../brush-parser" }
44+ brush-core = { version = " ^0.3.0 " , path = " ../brush-core" }
4545cfg-if = " 1.0.0"
4646clap = { version = " 4.5.21" , features = [" derive" , " env" , " wrap_help" ] }
4747const_format = " 0.2.34"
@@ -52,13 +52,13 @@ tracing-subscriber = "0.3.19"
5252human-panic = " 2.0.2"
5353
5454[target .'cfg(not(any(windows, unix)))' .dependencies ]
55- brush-interactive = { version = " ^0.2.16 " , path = " ../brush-interactive" , features = [
55+ brush-interactive = { version = " ^0.2.17 " , path = " ../brush-interactive" , features = [
5656 " minimal" ,
5757] }
5858tokio = { version = " 1.44.2" , features = [" rt" , " sync" ] }
5959
6060[target .'cfg(any(windows, unix))' .dependencies ]
61- brush-interactive = { version = " ^0.2.16 " , path = " ../brush-interactive" , features = [
61+ brush-interactive = { version = " ^0.2.17 " , path = " ../brush-interactive" , features = [
6262 " basic" ,
6363 " reedline" ,
6464] }
0 commit comments