diff options
| author | Dany Marcoux <dmarcoux@posteo.de> | 2020-08-03 22:16:14 +0200 |
|---|---|---|
| committer | Dany Marcoux <dmarcoux@posteo.de> | 2020-08-03 22:17:32 +0200 |
| commit | 1cc40bc9ce95c23d56f6d91fa1c4deb646231fef (patch) | |
| tree | 2a4460b52f9bb1891294b02e8360ba83698d9bef | |
| parent | 38a615f407f439158dccc0cb20d36ee70fe33c27 (diff) | |
fix: Update rustlings version in Cargo.lock
| -rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -592,7 +592,7 @@ dependencies = [ [[package]] name = "rustlings" -version = "3.0.0" +version = "4.0.0" dependencies = [ "assert_cmd 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", |
