Skip to content

Commit

Permalink
Report rust version on installation
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalbel committed Sep 4, 2024
1 parent 8975fc2 commit 0a79468
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Makevars
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ $(STATLIB):
# In some environments, ~/.cargo/bin might not be included in PATH, so we need
# to set it here to ensure cargo can be invoked. It is appended to PATH and
# therefore is only used if cargo is absent from the user's PATH.

@echo "*** Rust version: $$(rustc --version)"

if [ "$(VENDORING)" = "yes" ]; then \
$(TAR) --extract --xz -f ./rust/vendor.tar.xz -C ./rust && \
Expand Down

0 comments on commit 0a79468

Please sign in to comment.