فهرست منبع

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="":