diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-07-18 18:14:34 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-07-18 18:15:59 +0200 |
commit | ab8605a62fc88255dbcc079a16102f17dbe5e704 (patch) | |
tree | ee2876f098cc5e3f6c8501edb69b206f4daa75e0 /update.sh | |
parent | fix(crates/yt/db/insert/maintenance): Re-init (diff) | |
download | yt-ab8605a62fc88255dbcc079a16102f17dbe5e704.zip |
build({update.sh,crates/{libmpv2,yt_dlp}/update.sh}): Remove pointless update instructions
We only need to explicitly update the creates that are not part of the workspace.
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/update.sh b/update.sh index 6672566..e90b290 100755 --- a/update.sh +++ b/update.sh @@ -15,8 +15,6 @@ nix flake update [ "$1" = "upgrade" ] && cargo upgrade --incompatible allow --pinned allow --recursive true cargo update --recursive -# TODO: Not all of these update are currently needed. <2024-11-04> ./crates/yt_dlp/update.sh "$@" ./crates/libmpv2/update.sh "$@" -./crates/bytes/update.sh "$@" # vim: ft=sh |