11[package ]
22name = " brush-shell"
33description = " Rust-implemented shell focused on POSIX and bash compatibility"
4- version = " 0.2.19 "
4+ version = " 0.2.20 "
55authors.workspace = true
66categories.workspace = true
77edition.workspace = true
@@ -43,8 +43,8 @@ workspace = true
4343
4444[dependencies ]
4545async-trait = " 0.1.88"
46- brush-parser = { version = " ^0.2.17 " , path = " ../brush-parser" }
47- brush-core = { version = " ^0.3.2 " , path = " ../brush-core" }
46+ brush-parser = { version = " ^0.2.18 " , path = " ../brush-parser" }
47+ brush-core = { version = " ^0.3.3 " , path = " ../brush-core" }
4848cfg-if = " 1.0.1"
4949clap = { version = " 4.5.40" , features = [" derive" , " env" , " wrap_help" ] }
5050const_format = " 0.2.34"
@@ -54,13 +54,13 @@ tracing-subscriber = "0.3.19"
5454human-panic = " 2.0.2"
5555
5656[target .'cfg(not(any(windows, unix)))' .dependencies ]
57- brush-interactive = { version = " ^0.2.19 " , path = " ../brush-interactive" , features = [
57+ brush-interactive = { version = " ^0.2.20 " , path = " ../brush-interactive" , features = [
5858 " minimal" ,
5959] }
6060tokio = { version = " 1.46.0" , features = [" rt" , " sync" ] }
6161
6262[target .'cfg(any(windows, unix))' .dependencies ]
63- brush-interactive = { version = " ^0.2.19 " , path = " ../brush-interactive" , features = [
63+ brush-interactive = { version = " ^0.2.20 " , path = " ../brush-interactive" , features = [
6464 " basic" ,
6565 " reedline" ,
6666] }
0 commit comments