From 59c63d373804fe9d00d92d2dd47174d4e1637333 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Sun, 8 Oct 2023 05:29:57 +0200 Subject: Update dependencies This patch applies all breaking and non-breaking dependency updates and bumps MSRV to 1.70.0. --- extra/completions/alacritty.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/completions') diff --git a/extra/completions/alacritty.bash b/extra/completions/alacritty.bash index f7f2caf1..41547422 100644 --- a/extra/completions/alacritty.bash +++ b/extra/completions/alacritty.bash @@ -365,4 +365,4 @@ _alacritty() { esac } -complete -F _alacritty -o bashdefault -o default alacritty +complete -F _alacritty -o nosort -o bashdefault -o default alacritty -- cgit v1.2.3-54-g00ecf