summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-03-25 00:30:01 +0100
committermo8it <mo8it@proton.me>2024-03-25 00:30:01 +0100
commit51b4c240ed006a8279bd94e9b7ed5df67086c86e (patch)
treefda19f10fbda41a7ea648c80c82103dfebc82b12 /Cargo.toml
parent9c6f56b836e91da9071830d4dd4a64417fdced9d (diff)
Use `which` instead of running `rustc --version`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 218b799..de65fc6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,6 +19,7 @@ regex = "1.10.3"
serde_json = "1.0.114"
serde = { version = "1.0.197", features = ["derive"] }
toml = "0.8.10"
+which = "6.0.1"
[[bin]]
name = "rustlings"