Browse Source

Add versions command to Justfile

Benjamin Sago 4 years ago
parent
commit
3880e7e181
1 changed files with 5 additions and 0 deletions
  1. 5 0
      Justfile

+ 5 - 0
Justfile

@@ -71,6 +71,11 @@ export DOG_DEBUG := ""
     command -v cargo-udeps >/dev/null || (echo "cargo-udeps not installed" && exit 1)
     command -v cargo-udeps >/dev/null || (echo "cargo-udeps not installed" && exit 1)
     cargo +nightly udeps
     cargo +nightly udeps
 
 
+# prints versions of the necessary build tools
+@versions:
+    rustc --version
+    cargo --version
+
 
 
 # renders the documentation
 # renders the documentation
 @doc args="":
 @doc args="":