diff options
| author | mo8it <mo8it@proton.me> | 2024-03-25 00:30:01 +0100 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-03-25 00:30:01 +0100 |
| commit | 51b4c240ed006a8279bd94e9b7ed5df67086c86e (patch) | |
| tree | fda19f10fbda41a7ea648c80c82103dfebc82b12 /Cargo.toml | |
| parent | 9c6f56b836e91da9071830d4dd4a64417fdced9d (diff) | |
Use `which` instead of running `rustc --version`
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
