home | added cargo to skip in topgrade

This commit is contained in:
Don Harper 2023-11-23 09:57:42 -06:00
parent 1f6cd971d6
commit d8f4bd0033

View file

@ -8,14 +8,15 @@
no_retry = true;
skip_notify = true;
disable = [
"emacs"
"atom"
"cargo"
"emacs"
"flatpak"
"home_manager"
"pip3"
"ruby_gems"
"snap"
"shell"
"snap"
"stack"
"tmux"
];