瀏覽代碼

Add versions command to Justfile

Benjamin Sago 4 年之前
父節點
當前提交
3880e7e181
共有 1 個文件被更改,包括 5 次插入0 次删除
  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)
     cargo +nightly udeps
 
+# prints versions of the necessary build tools
+@versions:
+    rustc --version
+    cargo --version
+
 
 # renders the documentation
 @doc args="":