diff --git a/rust/entrypoint.sh b/rust/entrypoint.sh index f5ede27..584a87d 100644 --- a/rust/entrypoint.sh +++ b/rust/entrypoint.sh @@ -5,9 +5,8 @@ cd /home/container INTERNAL_IP=$(ip route get 1 | awk '{print $(NF-2);exit}') export INTERNAL_IP -rustup override set nightly +. "$HOME/.cargo/env" -# Print current Rust version cargo --version # Replace Startup Variables