From 91367adf3b6c9fc2f0fdab227d75a08611d6b1b5 Mon Sep 17 00:00:00 2001 From: Ali Somay Date: Thu, 28 Nov 2024 20:14:27 +0100 Subject: [PATCH] Improve justfile --- justfile | 2 ++ libpd | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index 667409c..d04d079 100644 --- a/justfile +++ b/justfile @@ -2,6 +2,8 @@ update_dependencies: git submodule update --recursive --remote && cargo clean && cargo update && cargo build update_submodules: git submodule update --recursive --remote +hard_update_submodules: + git submodule deinit -f libpd && git rm -f libpd && rm -rf .git/modules/libpd && git submodule add -b extended https://github.com/alisomay/libpd.git libpd && git submodule update --init --remote --recursive test_publish: cd libpd && git stash && cd .. && git submodule update --init --recursive --remote && cargo publish --dry-run --no-verify --allow-dirty publish: diff --git a/libpd b/libpd index 0192dfb..21ced6a 160000 --- a/libpd +++ b/libpd @@ -1 +1 @@ -Subproject commit 0192dfb68607e0c37f87f7f5e8e7a531ed4fffd7 +Subproject commit 21ced6a69afb1e5d786aec790337ce34594141c6