From 03d9822b41b73a520fe97752c7c0ab8ddba0a670 Mon Sep 17 00:00:00 2001 From: _ <_@_> Date: Sat, 30 Aug 2025 17:30:39 +0000 Subject: [PATCH] source the cargo env --- dev.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/dev.bash b/dev.bash index a8f31c5..2e7963f 100644 --- a/dev.bash +++ b/dev.bash @@ -35,6 +35,7 @@ main() { systemctl --user enable syncthing curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y + . "$HOME/.cargo/env" cargo install \ division_of_one \