about summary refs log tree commit diff stats
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
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