home | added cargo to skip in topgrade
This commit is contained in:
parent
1f6cd971d6
commit
d8f4bd0033
1 changed files with 3 additions and 2 deletions
|
|
@ -8,14 +8,15 @@
|
||||||
no_retry = true;
|
no_retry = true;
|
||||||
skip_notify = true;
|
skip_notify = true;
|
||||||
disable = [
|
disable = [
|
||||||
"emacs"
|
|
||||||
"atom"
|
"atom"
|
||||||
|
"cargo"
|
||||||
|
"emacs"
|
||||||
"flatpak"
|
"flatpak"
|
||||||
"home_manager"
|
"home_manager"
|
||||||
"pip3"
|
"pip3"
|
||||||
"ruby_gems"
|
"ruby_gems"
|
||||||
"snap"
|
|
||||||
"shell"
|
"shell"
|
||||||
|
"snap"
|
||||||
"stack"
|
"stack"
|
||||||
"tmux"
|
"tmux"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue