diff options
author | Matt Harrison <hi@matt-harrison.com> | 2019-06-21 16:21:13 +0100 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-06-21 08:21:13 -0700 |
commit | 20f41e719d2cb5add8e9168d00f239843fd56d31 (patch) | |
tree | ee4a7fe4debcc926e0094ea02df2d1d0f99b8816 | |
parent | 77a00aef4cef31e1e76549b3fcef25f389c0ab84 (diff) |
Fix comment (#2555)
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index d0a6390bd..dac188a9e 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ # Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. # Dummy package info required by `cargo fetch`. -# Use tools/sync_third_party.py to install deps after editing this file. +# Use tools/sync_rust_crates.py to install deps after editing this file. # Deno does not build with cargo. Deno uses a build system called gn. # See build_extra/rust/BUILD.gn for the manually built configuration of rust # crates. |